• julien.gilli's avatar
    add post-mortem metadata for frames type · cd96c7cc
    julien.gilli authored
    Previously (and still currently for some of them), post-mortem debugging
    tools were using StandardFrameConstants::kContextOffset as the offset to
    get the value that represents a frame's type.
    
    However since https://codereview.chromium.org/1696043002, a new, more
    general offset was introduced:
    CommonFrameConstants::kContextOrFrameTypeOffset.
    
    In order for post-mortem debugging tools to use this constant, it is
    included in the generated post-mortem metadata.
    
    R=danno@chromium.org,bmeurer@chromium.org
    BUG=
    
    Review-Url: https://codereview.chromium.org/2655553006
    Cr-Commit-Position: refs/heads/master@{#42746}
    cd96c7cc
gen-postmortem-metadata.py 24.6 KB