mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
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:
@@ -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'''
|
||||
|
||||
Reference in New Issue
Block a user