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:
nealsid 2009-07-02 00:30:44 +00:00
parent df55cf4313
commit 6e525cbfbb
3 changed files with 32 additions and 5 deletions

View file

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