grokdump: Simple windows minidump analysis on linux.
Analyses full minidump (.dmp) files. Shows the processor state at the point of exception including the stack of the active thread and the referenced objects in the V8 heap. Code objects are disassembled and the addresses linked from the stack (pushed return addresses) are marked with "=>". Review URL: http://codereview.chromium.org/6312058 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6896 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Showing
tools/disasm.py
0 → 100644
tools/grokdump.py
0 → 100755
This diff is collapsed.
Please
register
or
sign in
to comment