]> granicus.if.org Git - llvm/commit
llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.
authorAdrian Prantl <aprantl@apple.com>
Wed, 13 Sep 2017 18:22:59 +0000 (18:22 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 13 Sep 2017 18:22:59 +0000 (18:22 +0000)
commit7ff141c2023c29c40f9e328b122632fec41a6db9
tree5597cbc25fb9b3d4312aba2de383fe3c42492b0d
parent51aca1f1859560c60ddc1e78217aa5f408af50fe
llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.

This is a feature supported by Darwin dwarfdump. UUIDs are used to
associate executables with their .dSYM bundles.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313165 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DIContext.h
include/llvm/ObjectYAML/MachOYAML.h
include/llvm/Support/raw_ostream.h
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/ObjectYAML/MachOYAML.cpp
lib/Support/raw_ostream.cpp
test/tools/llvm-dwarfdump/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-dwarfdump/uuid.yaml [new file with mode: 0644]
test/tools/llvm-dwarfdump/uuid32.yaml [new file with mode: 0644]
tools/llvm-dwarfdump/llvm-dwarfdump.cpp