LLDB mainline
Utility.cpp File Reference
#include "Utility.h"
#include "lldb/Core/Module.h"
#include "lldb/Target/Target.h"

Go to the source code of this file.

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.

Functions

std::tuple< lldb::ModuleSP, HistoryPCTypelldb_private::GetPreferredAsanModule (const Target &target)
 On Darwin, if LLDB loaded libclang_rt, it's coming from a locally built compiler-rt, and we should prefer it in favour of the system sanitizers when running InstrumentationRuntime utility expressions that use symbols from the sanitizer libraries.