breakpad/src/google_breakpad/processor
ivanpe@chromium.org 63919583ba Surfacing the process create time in google_breakpad::ProcessState
and updating minidump_stackwalk to show process uptime.

I tested this with a minidump from Chrome and I got a result that
is inline with what the Windows debugger is showing for that dump:

minidump_stackwalk output:
--------------------------
Process uptime: 601 seconds

WinDBG output:
--------------
Process Uptime: 0 days 0:10:01.000

I didn't update the machine readable output of minidump_stackwalk
on purpose in order to avoid breaking someone that uses it.
It can be added later to the machine output if needed.

R=mark@chromium.org

Review URL: https://breakpad.appspot.com/7754002

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1406 4c0a9323-5329-0410-9bdc-e9ce6186880e
2014-11-25 22:45:23 +00:00
..
basic_source_line_resolver.h Adding stricter validation checks to various symbol parser functions. 2013-09-25 18:25:13 +00:00
call_stack.h Rename Airbag to Breakpad. 2007-02-14 19:51:05 +00:00
code_module.h Use stdint types everywhere 2013-03-06 14:04:42 +00:00
code_modules.h Use stdint types everywhere 2013-03-06 14:04:42 +00:00
dump_context.h Refactoring in preparation for microdump processing 2014-09-08 19:10:42 +00:00
dump_object.h Refactoring in preparation for microdump processing 2014-09-08 19:10:42 +00:00
exploitability.h Use stdint types everywhere 2013-03-06 14:04:42 +00:00
fast_source_line_resolver.h Detect corrupt symbol files during minidump processing. Recover from the errors and use the good data if possible. 2013-07-11 01:36:06 +00:00
memory_region.h Refactoring in preparation for microdump processing 2014-09-08 19:10:42 +00:00
microdump.h Microdump processing implementation 2014-11-19 21:33:26 +00:00
microdump_processor.h Microdump processing implementation 2014-11-19 21:33:26 +00:00
minidump.h Surfacing the process create time in google_breakpad::ProcessState 2014-11-25 22:45:23 +00:00
minidump_processor.h Surfacing the process create time in google_breakpad::ProcessState 2014-11-25 22:45:23 +00:00
process_result.h Refactoring in preparation for microdump processing 2014-09-08 19:10:42 +00:00
process_state.h Surfacing the process create time in google_breakpad::ProcessState 2014-11-25 22:45:23 +00:00
source_line_resolver_base.h Detect corrupt symbol files during minidump processing. Recover from the errors and use the good data if possible. 2013-07-11 01:36:06 +00:00
source_line_resolver_interface.h Detect corrupt symbol files during minidump processing. Recover from the errors and use the good data if possible. 2013-07-11 01:36:06 +00:00
stack_frame.h Create StackFrame::FRAME_TRUST_PREWALKED trust type. 2013-08-23 19:41:36 +00:00
stack_frame_cpu.h Process minidumps generated on ARM64 in iOS apps. 2013-11-23 01:45:20 +00:00
stack_frame_symbolizer.h Detect corrupt symbol files during minidump processing. Recover from the errors and use the good data if possible. 2013-07-11 01:36:06 +00:00
stackwalker.h Refactoring in preparation for microdump processing 2014-09-08 19:10:42 +00:00
symbol_supplier.h Detect corrupt symbol files during minidump processing. Recover from the errors and use the good data if possible. 2013-07-11 01:36:06 +00:00
system_info.h Make x86-64 stack walking work for Native Client minidumps 2013-05-08 02:37:15 +00:00