[Lldb-commits] [PATCH] D59634: Add minidump support to obj2yaml
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 21 03:51:57 PDT 2019
labath created this revision.
labath added reviewers: jhenderson, zturner, clayborg.
Herald added a subscriber: mgorny.
Herald added a project: LLVM.
This patch adds the code needed to parse a minidump file into the
MinidumpYAML model, and the necessary glue code so that obj2yaml can
recognise the minidump files and process them.
Repository:
rL LLVM
https://reviews.llvm.org/D59634
Files:
include/llvm/ObjectYAML/MinidumpYAML.h
lib/ObjectYAML/MinidumpYAML.cpp
test/tools/obj2yaml/basic-minidump.yaml
tools/obj2yaml/CMakeLists.txt
tools/obj2yaml/minidump2yaml.cpp
tools/obj2yaml/obj2yaml.cpp
tools/obj2yaml/obj2yaml.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59634.191656.patch
Type: text/x-patch
Size: 7235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190321/05748574/attachment.bin>
More information about the lldb-commits
mailing list