diff options
| author | Adrian McCarthy <amccarth@google.com> | 2015-11-20 23:09:11 +0000 |
|---|---|---|
| committer | Adrian McCarthy <amccarth@google.com> | 2015-11-20 23:09:11 +0000 |
| commit | f7d1893f5b24c811b3c02de94047cf79487b6677 (patch) | |
| tree | b37e6203c2cb8f9ccf34aeda2b565383855f3a1a /lldb/scripts/interface | |
| parent | a1f61fe841b7a830a6a4249b5bcea1030409cae4 (diff) | |
| download | bcm5719-llvm-f7d1893f5b24c811b3c02de94047cf79487b6677.tar.gz bcm5719-llvm-f7d1893f5b24c811b3c02de94047cf79487b6677.zip | |
Enable saving of mini dumps with lldb process save-core.
Also adds SB API to save a core and tests that use it.
Differential Revision: http://reviews.llvm.org/D14793
llvm-svn: 253734
Diffstat (limited to 'lldb/scripts/interface')
| -rw-r--r-- | lldb/scripts/interface/SBProcess.i | 3 |
1 files changed, 3 insertions, 0 deletions
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''' |

