llvm/tools/llvm-objdump
Kevin Enderby 00b62fb861 Add support for the ARM_THREAD_STATE64 and
in llvm-objdump for Mach-O files add the printing of the
ARM_THREAD_STATE64 in the same format as
otool-classic(1) on darwin.

To do this the 64-bit ARM general tread state
needed to be defined in include/llvm/Support/MachO.h .

rdar://28985800


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285967 91177308-0d34-0410-b5e6-96231b3b80d8
2016-11-03 20:51:28 +00:00
..
CMakeLists.txt Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00
COFFDump.cpp [llvm-objdump] Switch to a range loop. NFCI. 2016-09-30 23:22:42 +00:00
ELFDump.cpp Replace a report_fatal_error with an ErrorOr. 2016-11-03 17:28:33 +00:00
llvm-objdump.cpp [RISCV] Add RISC-V ELF defines 2016-11-01 16:59:37 +00:00
llvm-objdump.h llvm-objdump: add coff import library symbol listing support 2016-08-18 16:39:19 +00:00
LLVMBuild.txt Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00
MachODump.cpp Add support for the ARM_THREAD_STATE64 and 2016-11-03 20:51:28 +00:00