Update BitField3 type in gen-postmortem-metadata.py
authorjulien.gilli <julien.gilli@joyent.com>
Fri, 18 Sep 2015 22:41:04 +0000 (15:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 18 Sep 2015 22:41:22 +0000 (22:41 +0000)
commitff7d70bf414e2441c6ac14ba69840199840220c2
treee6c6466984537c81fa0ee71b4ca40109ce7e7960
parent5bbd5c58ef5658c05a3b442616f930848bdc0b17
Update BitField3 type in gen-postmortem-metadata.py

Since https://codereview.chromium.org/272163002, BitField3 is a raw
uint32 field, and not a SMI anymore.

Update tools/gen-postmortem-metadata.py so that post-mortem tools can
work with versions of V8 that shipped after that change.

This change was merged in github.com/joyent/node right before node
v0.12.0 was released.

R=danno@chromium.org

TEST=mdb_v8, a post-mortem debugging tool running on SmartOS,  has been
using this change since Node.js v0.12.0 was released

BUG=

Review URL: https://codereview.chromium.org/1296743003

Cr-Commit-Position: refs/heads/master@{#30839}
tools/gen-postmortem-metadata.py