diff options
author | Vedant Kumar <vsk@apple.com> | 2020-11-10 16:54:22 -0800 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2020-11-11 10:15:54 -0800 |
commit | d76e01a6a7c26051146fa65776cf63eb17f46fa3 (patch) | |
tree | 74350a1dd32593e5e880e4c45ce501264ca895f7 /lldb/source/Utility/StringExtractorGDBRemote.cpp | |
parent | 782a93cc9abeee9bd90f7be92db4eb3895e15384 (diff) | |
download | llvm-d76e01a6a7c26051146fa65776cf63eb17f46fa3.zip llvm-d76e01a6a7c26051146fa65776cf63eb17f46fa3.tar.gz llvm-d76e01a6a7c26051146fa65776cf63eb17f46fa3.tar.bz2 |
[MachO] Allow the LC_IDENT load command
xnu coredumps include an LC_IDENT load command. It's helpful to be able
to just ignore these. IIUC an interested client can grab the identifier
using the MachOObjectFile::load_commands() API.
The status quo is that llvm bails out when it finds an LC_IDENT because
the command is obsolete (see isLoadCommandObsolete).
Differential Revision: https://reviews.llvm.org/D91221
Diffstat (limited to 'lldb/source/Utility/StringExtractorGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions