summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h
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/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h
parent4d5d1dd6d56b0fec5dee0270d4ee83bfae56d284 (diff)
downloadbcm5719-llvm-af75dab3834f4afdc168df45b8bc93b44219c4ef.tar.gz
bcm5719-llvm-af75dab3834f4afdc168df45b8bc93b44219c4ef.zip
FOO
llvm-svn: 253684
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h')
-rw-r--r--lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h b/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h
new file mode 100644
index 00000000000..cbea88af1fb
--- /dev/null
+++ b/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h
@@ -0,0 +1,24 @@
+//===-- WindowsMiniDump.h ---------------------------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef liblldb_WindowsMiniDump_h_
+#define liblldb_WindowsMiniDump_h_
+
+#include "lldb/Target/Process.h"
+
+namespace lldb_private {
+
+bool
+SaveMiniDump(const lldb::ProcessSP &process_sp,
+ const lldb_private::FileSpec &outfile,
+ lldb_private::Error &error);
+
+} // namespace lldb_private
+
+#endif
OpenPOWER on IntegriCloud