From af75dab3834f4afdc168df45b8bc93b44219c4ef Mon Sep 17 00:00:00 2001 From: Adrian McCarthy Date: Fri, 20 Nov 2015 18:15:14 +0000 Subject: FOO llvm-svn: 253684 --- lldb/scripts/interface/SBProcess.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/scripts/interface/SBProcess.i') diff --git a/lldb/scripts/interface/SBProcess.i b/lldb/scripts/interface/SBProcess.i index 95bc89e8c8d..1571ebc4cb6 100644 --- a/lldb/scripts/interface/SBProcess.i +++ b/lldb/scripts/interface/SBProcess.i @@ -398,6 +398,9 @@ public: bool IsInstrumentationRuntimePresent(lldb::InstrumentationRuntimeType type); + lldb::SBError + SaveCore(const char *file_name); + %pythoncode %{ def __get_is_alive__(self): '''Returns "True" if the process is currently alive, "False" otherwise''' -- cgit v1.2.3