[Lldb-commits] [PATCH] Add a IsInstrumentationRuntimePresent SB API
Kuba Brecka
kuba.brecka at gmail.com
Fri Oct 10 18:35:00 PDT 2014
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.
http://reviews.llvm.org/D5738
Files:
include/lldb/API/SBProcess.h
include/lldb/Target/Process.h
scripts/Python/interface/SBProcess.i
source/API/SBProcess.cpp
source/Target/Process.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5738.14763.patch
Type: text/x-patch
Size: 2461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141011/3b88e5b1/attachment.bin>
More information about the lldb-commits
mailing list