commit | a51ea3822a47e0f873261af8a684eba8308abeff | [log] [tgz] |
---|---|---|
author | Kuba Brecka <kuba.brecka@gmail.com> | Sat Sep 06 01:33:13 2014 +0000 |
committer | Kuba Brecka <kuba.brecka@gmail.com> | Sat Sep 06 01:33:13 2014 +0000 |
tree | 58d4bbccd61e6545ca66e1cbd0867791c2ec8d42 | |
parent | edc44140947e4e3721e2a44e527b8b538451271d [diff] [blame] |
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
diff --git a/lldb/scripts/Python/interface/SBProcess.i b/lldb/scripts/Python/interface/SBProcess.i index 5cd99c0..dce930c 100644 --- a/lldb/scripts/Python/interface/SBProcess.i +++ b/lldb/scripts/Python/interface/SBProcess.i
@@ -389,6 +389,9 @@ 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'''