mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-12 16:46:28 +00:00
Added a switch to dump minidump modules in minidump_stackwalk.
In order to figure out what symbols we need associated to a minidump, it is useful to be able to dump all the modules the minidump contains. A=dyen@chromium.org Original Review: https://codereview.chromium.org/1651593002/ BUG=563716 R=dyen@chromium.org Review URL: https://codereview.chromium.org/1650713002 .
This commit is contained in:
@@ -43,6 +43,7 @@ void PrintProcessStateMachineReadable(const ProcessState& process_state);
|
||||
void PrintProcessState(const ProcessState& process_state,
|
||||
bool output_stack_contents,
|
||||
SourceLineResolverInterface* resolver);
|
||||
void PrintProcessModules(const ProcessState& process_state);
|
||||
|
||||
} // namespace google_breakpad
|
||||
|
||||
|
||||
Reference in New Issue
Block a user