diff options
author | Adrian McCarthy <amccarth@google.com> | 2015-08-28 14:42:03 +0000 |
---|---|---|
committer | Adrian McCarthy <amccarth@google.com> | 2015-08-28 14:42:03 +0000 |
commit | 23d14b6ade93c1bab9447aa2c83c740764508034 (patch) | |
tree | 7a735a09953d24d0fbc76c0c5a80b85e06f20802 /lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h | |
parent | 85d58684dad10e0934218fee001fef6e6617d9fe (diff) | |
download | bcm5719-llvm-23d14b6ade93c1bab9447aa2c83c740764508034.tar.gz bcm5719-llvm-23d14b6ade93c1bab9447aa2c83c740764508034.zip |
Differential Review: http://reviews.llvm.org/D12363
llvm-svn: 246302
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 de9273274a2..1ea7d31f4f0 100644 --- a/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h +++ b/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h @@ -100,6 +100,9 @@ private: 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. |