Reviewers: Vyacheslav Egorov, Description: 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 "=>". Please review this at http://codereview.chromium.org/6312058/ Affected files: A tools/disasm.py A tools/grokdump.py M tools/ll_prof.py -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
