summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2014-09-06 01:33:13 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2014-09-06 01:33:13 +0000
commita51ea3822a47e0f873261af8a684eba8308abeff (patch)
tree58d4bbccd61e6545ca66e1cbd0867791c2ec8d42 /lldb/scripts/Python/interface
parentedc44140947e4e3721e2a44e527b8b538451271d (diff)
downloadbcm5719-llvm-a51ea3822a47e0f873261af8a684eba8308abeff.tar.gz
bcm5719-llvm-a51ea3822a47e0f873261af8a684eba8308abeff.zip
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
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r--lldb/scripts/Python/interface/SBProcess.i3
1 files changed, 3 insertions, 0 deletions
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'''
OpenPOWER on IntegriCloud