• Camillo Bruni's avatar
    [tools] Directly show message from PushStackTraceAndDie in grokdump.py · e24b0e1e
    Camillo Bruni authored
    This CL adds support to parse a PushStackTraceAndDie dump on a windows
    minidump:
      Stack Message:
        magic1:        00000000bbbbbbbb
        magic2:        00000000bbbbbbbb
        ptr1:          00000015f9ca78d1 T
        ptr2:          0000000000000000
        message start: 00000000002c58f0 S
        stack_start:   00000000002cd8f0 S
    
    All addresses within the message are annotated with the address marker to
    make it easier to spot objects that are contained in the minidump.
    Currently this doesn't work on OSX yet as we do not correctly push the two
    magic markers on the stack.
    
    Change-Id: I8385bb66a76bd253c4014bc7e25971d03830dd4d
    Reviewed-on: https://chromium-review.googlesource.com/466007Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
    Commit-Queue: Camillo Bruni <cbruni@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#44339}
    e24b0e1e
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...