This adds an SB API into SBProcess:
bool SBProcess::IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);
which simply tells whether a particular InstrumentationRuntime (read "ASan") plugin is present and active.
Paths
| Differential D5738
Add a IsInstrumentationRuntimePresent SB API ClosedPublic Authored by kubamracek on Oct 10 2014, 6:34 PM.
Details
Summary This adds an SB API into SBProcess: bool SBProcess::IsInstrumentationRuntimePresent(InstrumentationRuntimeType type); which simply tells whether a particular InstrumentationRuntime (read "ASan") plugin is present and active.
Diff Detail Event Timelinekubamracek updated this object. This revision is now accepted and ready to land.Oct 10 2014, 7:09 PM
Revision Contents
Diff 14763 include/lldb/API/SBProcess.h
include/lldb/Target/Process.h
scripts/Python/interface/SBProcess.i
source/API/SBProcess.cpp
source/Target/Process.cpp
|