commit | ab59a0f6e7fe4b24bac82d99ec3bdabbab8996f3 | [log] [tgz] |
---|---|---|
author | Adrian McCarthy <amccarth@google.com> | Thu Sep 17 20:52:29 2015 +0000 |
committer | Adrian McCarthy <amccarth@google.com> | Thu Sep 17 20:52:29 2015 +0000 |
tree | 2dd0ce5346f1d231dd00597d1735487f06104c84 | |
parent | 5dd66c3ca26442afcaf68547ada84ec1043b0232 [diff] [blame] |
Get the process ID from a minidump. llvm-svn: 247939
diff --git a/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h b/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h index 2151c9e..7555a03 100644 --- a/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h +++ b/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h
@@ -117,6 +117,9 @@ ReadExceptionRecord(); void + ReadMiscInfo(); + + void ReadModuleList(); // A thin wrapper around WinAPI's MiniDumpReadDumpStream to avoid redundant