Initial implementation of oom_dump utility.
authorantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 16 Aug 2010 12:36:02 +0000 (12:36 +0000)
committerantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 16 Aug 2010 12:36:02 +0000 (12:36 +0000)
commit0ffcace080c1a7a60b015c3456c2c17310dc6d35
treee980d958c9577ced05c4daaa750722c5339d76da
parent0d8ec2a8d86eaf02572eb0767436e84d05a6665b
Initial implementation of oom_dump utility.

Note: it intentionally lags behind current HeapStats (which now has os_error field)
as these new minidumps could not be produced by current versions of Chrome yet.

Review URL: http://codereview.chromium.org/3170015

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5272 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
tools/oom_dump/README [new file with mode: 0644]
tools/oom_dump/SConstruct [new file with mode: 0644]
tools/oom_dump/oom_dump.cc [new file with mode: 0644]