• 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
grokdump.py 120 KB