diff options
author | Adrian McCarthy <amccarth@google.com> | 2015-09-17 20:52:29 +0000 |
---|---|---|
committer | Adrian McCarthy <amccarth@google.com> | 2015-09-17 20:52:29 +0000 |
commit | ab59a0f6e7fe4b24bac82d99ec3bdabbab8996f3 (patch) | |
tree | 2dd0ce5346f1d231dd00597d1735487f06104c84 /lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h | |
parent | 5dd66c3ca26442afcaf68547ada84ec1043b0232 (diff) | |
download | bcm5719-llvm-ab59a0f6e7fe4b24bac82d99ec3bdabbab8996f3.tar.gz bcm5719-llvm-ab59a0f6e7fe4b24bac82d99ec3bdabbab8996f3.zip |
Get the process ID from a minidump.
llvm-svn: 247939
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h')
-rw-r--r-- | lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h b/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h index 2151c9eb5a2..7555a03c541 100644 --- a/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h +++ b/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h @@ -117,6 +117,9 @@ private: ReadExceptionRecord(); void + ReadMiscInfo(); + + void ReadModuleList(); // A thin wrapper around WinAPI's MiniDumpReadDumpStream to avoid redundant |