summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface/SBProcess.i
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2015-11-20 18:15:14 +0000
committerAdrian McCarthy <amccarth@google.com>2015-11-20 18:15:14 +0000
commitaf75dab3834f4afdc168df45b8bc93b44219c4ef (patch)
tree343559d9b73e59b76ba96086597a40046c338560 /lldb/scripts/interface/SBProcess.i
parent4d5d1dd6d56b0fec5dee0270d4ee83bfae56d284 (diff)
downloadbcm5719-llvm-af75dab3834f4afdc168df45b8bc93b44219c4ef.tar.gz
bcm5719-llvm-af75dab3834f4afdc168df45b8bc93b44219c4ef.zip
FOO
llvm-svn: 253684
Diffstat (limited to 'lldb/scripts/interface/SBProcess.i')
-rw-r--r--lldb/scripts/interface/SBProcess.i3
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'''
OpenPOWER on IntegriCloud