OSDN Git Service

For llvm-objdump and Mach-O files, update the printing of some thread states
authorKevin Enderby <enderby@apple.com>
Thu, 8 Mar 2018 23:10:38 +0000 (23:10 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 8 Mar 2018 23:10:38 +0000 (23:10 +0000)
commit0e9471b45333cfa7a7d3bf4597eee360d6d2b331
tree233e40766c9652e75ed45da66976f71d49c6b4f6
parent183b2d4615a44ce952ff8a895b75ce54ece3d47b
For llvm-objdump and Mach-O files, update the printing of some thread states
from core files.  I tested this against the couple of core files that were
getting errors about unknown thread flavors and it now produce the same output as
the Xcode otool-classic(1) tool.  Since the core files are huge I didn’t include
them as test cases.

rdar://38216356

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327077 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/MachOObjectFile.cpp
tools/llvm-objdump/MachODump.cpp