[Lldb-commits] [PATCH] D58973: Move the minidump parser into the Formats module

2019-03-21 Thread Pavel Labath via Phabricator via lldb-commits
labath abandoned this revision. labath added a comment. minidump parser will go into llvm/Object instead. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58973/new/ https://reviews.llvm.org/D58973 ___ lldb-commits mailing list lldb-commits@li

[Lldb-commits] [PATCH] D58973: Move the minidump parser into the Formats module

2019-03-05 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: zturner, lemo, clayborg, JDevlieghere. Herald added subscribers: javed.absar, mgorny. the parser was already independent from the lldb Process classes, but it was living in source/Plugins/Process/minidump, because we did not have a good place t