summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml/minidump2yaml.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add minidump support to obj2yamlPavel Labath2019-04-021-0/+24
Summary: 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. Reviewers: jhenderson, zturner, clayborg Subscribers: mgorny, lldb-commits, amccarth, markmentovai, aprantl, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D59634 llvm-svn: 357469
OpenPOWER on IntegriCloud