diff options
Diffstat (limited to 'lldb/scripts/interface')
-rw-r--r-- | lldb/scripts/interface/SBProcess.i | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/scripts/interface/SBProcess.i b/lldb/scripts/interface/SBProcess.i index 1571ebc4cb6..95bc89e8c8d 100644 --- a/lldb/scripts/interface/SBProcess.i +++ b/lldb/scripts/interface/SBProcess.i @@ -398,9 +398,6 @@ 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''' |