summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2015-11-20 23:09:11 +0000
committerAdrian McCarthy <amccarth@google.com>2015-11-20 23:09:11 +0000
commitf7d1893f5b24c811b3c02de94047cf79487b6677 (patch)
treeb37e6203c2cb8f9ccf34aeda2b565383855f3a1a /lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
parenta1f61fe841b7a830a6a4249b5bcea1030409cae4 (diff)
downloadbcm5719-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/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h')
-rw-r--r--lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h b/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
index 1c7fefcf5de..fd33cd3d32f 100644
--- a/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
+++ b/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
@@ -95,6 +95,11 @@ public:
lldb_private::ModuleSpecList &specs);
static bool
+ SaveCore (const lldb::ProcessSP &process_sp,
+ const lldb_private::FileSpec &outfile,
+ lldb_private::Error &error);
+
+ static bool
MagicBytesMatch (lldb::DataBufferSP& data_sp);
bool
OpenPOWER on IntegriCloud