LLDB mainline
|
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, HistoryPCType > | lldb_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. |