[Lldb-commits] [PATCH] D58976: Introduce core2yaml tool

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 5 10:34:00 PST 2019


Does objdump not read core files?

Jim


> On Mar 5, 2019, at 8:53 AM, Pavel Labath via Phabricator via lldb-commits <lldb-commits at lists.llvm.org> wrote:
> 
> 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
> 
> 
> 
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits



More information about the lldb-commits mailing list