[Lldb-commits] [PATCH] D30457: [LLDB][MIPS] Core Dump Support
Nitesh Jain via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 15 08:54:06 PDT 2017
nitesh.jain added a comment.
In https://reviews.llvm.org/D30457#694306, @labath wrote:
> Thank you for updating that. Let me know what the make_core investigation uncovers.
In case of MIPS, the core file doesn't contain Arch and OS information. Hence we shared information from executable. The make_core use "-nostdlib" flag because of which .note.ABI-tag is missing in the ELF file. Hence OS is set to unknown. I will look into it and submit a separate patch for that.
Thanks
https://reviews.llvm.org/D30457
More information about the lldb-commits
mailing list