From a51ea3822a47e0f873261af8a684eba8308abeff Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Sat, 6 Sep 2014 01:33:13 +0000 Subject: 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 --- lldb/scripts/Python/interface/SBProcess.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBProcess.i b/lldb/scripts/Python/interface/SBProcess.i index 5cd99c0296c..dce930c350b 100644 --- a/lldb/scripts/Python/interface/SBProcess.i +++ b/lldb/scripts/Python/interface/SBProcess.i @@ -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''' -- cgit v1.2.3