[Lldb-commits] [PATCH] D58976: Introduce core2yaml tool
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 5 08:53:29 PST 2019
labath added a comment.
In D58976#1418596 <https://reviews.llvm.org/D58976#1418596>, @clayborg wrote:
> Do we want this in LLVM instead of lldb?
The thought has crossed my mind, but for that I would have to also move the minidump parser into llvm. It's already pretty standalone, so it shouldn't be a problem technically, but it's not clear to me whether there is any use case for it in llvm. This is a core file format, and I don't know of any other llvm tool/project working with core files.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58976/new/
https://reviews.llvm.org/D58976
More information about the lldb-commits
mailing list