]> granicus.if.org Git - llvm/commit
Add support for the ARM_THREAD_STATE64 and
authorKevin Enderby <enderby@apple.com>
Thu, 3 Nov 2016 20:51:28 +0000 (20:51 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 3 Nov 2016 20:51:28 +0000 (20:51 +0000)
commit00b62fb861abbe47854cb9257b31455f4b2286ab
treecfae9bc686e5d9c89787b3f19bd62d187c62baed
parente8078b26c144d9d5b88647f6ad7f4772cf4effe6
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
include/llvm/Support/MachO.h
lib/Object/MachOObjectFile.cpp
test/tools/llvm-objdump/AArch64/Inputs/thread.macho-aarch64 [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/macho-print-thread.test [new file with mode: 0644]
tools/llvm-objdump/MachODump.cpp