grokdump: Simple windows minidump analysis on linux.
authorvitalyr@chromium.org <vitalyr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 22 Feb 2011 14:25:26 +0000 (14:25 +0000)
committervitalyr@chromium.org <vitalyr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 22 Feb 2011 14:25:26 +0000 (14:25 +0000)
commit25f2f21f50dbc7537076ad24a2fef74118ae9dac
tree153a2718e7bff632afebb98538fe622444b8c83b
parent2e7a41f944d457908d3b5d1c7533bb4d25cc3043
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
tools/disasm.py [new file with mode: 0644]
tools/grokdump.py [new file with mode: 0755]
tools/ll_prof.py