DescriptionAdd stack contents output functionality to minidump_stackwalk This feature is enabled only when "-s" is provided as a commandline option. minidump_stackwalk.cc: - Add a new commandline option "-s" to output stack contents. - Instantiate Minidump object in PrintMinidumpProcess() to keep it alive longer so that accessing process_state.thread_memory_regions() in stackwalk_common.cc doesn't result in use-after-free. stackwalk_common.cc: - Add a new function PrintStackContents() to output stack contents. R=mark@chromium.org Committed: https://code.google.com/p/google-breakpad/source/detail?r=1429 Patch Set 1 : #
Total comments: 2
Patch Set 2 : #
MessagesTotal messages: 8
|