Implement ASan history threads in SB API

Reviewed at
http://reviews.llvm.org/D5219
and
http://lists.cs.uiuc.edu/pipermail/lldb-commits/Week-of-Mon-20140901/012809.html

llvm-svn: 217300
This commit is contained in:
Kuba Brecka
2014-09-06 01:33:13 +00:00
parent edc4414094
commit a51ea3822a
6 changed files with 57 additions and 0 deletions

View File

@@ -389,6 +389,9 @@ public:
const char *
GetExtendedBacktraceTypeAtIndex (uint32_t idx);
lldb::SBThreadCollection
GetHistoryThreads (addr_t addr);
%pythoncode %{
def __get_is_alive__(self):
'''Returns "True" if the process is currently alive, "False" otherwise'''