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:
Lei Zhang 2016-01-29 13:59:17 -08:00
parent 442b45266d
commit 815d51c343
3 changed files with 30 additions and 5 deletions

View file

@ -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