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)
commit299cd890fedbcbc5302d8237bf58597794ebde72
treeb7b286265726b9d3a038a2acc759755bf124e4af
parentf96b1b88f804054d21d0a820388307766c48d453
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

llvm-svn: 327077
llvm/lib/Object/MachOObjectFile.cpp
llvm/tools/llvm-objdump/MachODump.cpp