Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Issue 6312058: grokdump: Simple windows minidump analysis on linux. (Closed)

Created:
9 years, 10 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

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 "=>". Committed: http://code.google.com/p/v8/source/detail?r=6896

Patch Set 1 #

Patch Set 2 : Check instance type #

Patch Set 3 : Fix FixedArray elements #

Patch Set 4 : New instance type #

Patch Set 5 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+946 lines, -56 lines) Patch
A tools/disasm.py View 1 chunk +92 lines, -0 lines 0 comments Download
A tools/grokdump.py View 1 2 3 1 chunk +840 lines, -0 lines 0 comments Download
M tools/ll_prof.py View 5 chunks +14 lines, -56 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vitaly Repeshko
9 years, 10 months ago (2011-02-01 14:33:12 UTC) #1
Erik Corry
9 years, 10 months ago (2011-02-22 14:05:22 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698