Add stack-dumping logic to crash_report with -t switch
R=jeremy A=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@357 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
df55cf4313
commit
6e525cbfbb
3 changed files with 32 additions and 5 deletions
|
@ -206,6 +206,7 @@ ProcessResult MinidumpProcessor::Process(
|
|||
interrupted = true;
|
||||
}
|
||||
process_state->threads_.push_back(stack.release());
|
||||
process_state->thread_memory_regions_.push_back(thread_memory);
|
||||
}
|
||||
|
||||
if (interrupted) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue