commit | 23d14b6ade93c1bab9447aa2c83c740764508034 | [log] [tgz] |
---|---|---|
author | Adrian McCarthy <amccarth@google.com> | Fri Aug 28 14:42:03 2015 +0000 |
committer | Adrian McCarthy <amccarth@google.com> | Fri Aug 28 14:42:03 2015 +0000 |
tree | 7a735a09953d24d0fbc76c0c5a80b85e06f20802 | |
parent | 85d58684dad10e0934218fee001fef6e6617d9fe [diff] [blame] |
Differential Review: http://reviews.llvm.org/D12363 llvm-svn: 246302
diff --git a/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h b/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h index de92732..1ea7d31 100644 --- a/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h +++ b/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h
@@ -100,6 +100,9 @@ void ReadExceptionRecord(); + void + ReadModuleList(); + // A thin wrapper around WinAPI's MiniDumpReadDumpStream to avoid redundant // checks. If there's a failure (e.g., if the requested stream doesn't exist), // the function returns nullptr and sets *size_out to 0.