A patch that allows for mach-o architectures to be specified as "<number>-<number...
authorGreg Clayton <gclayton@apple.com>
Wed, 19 Sep 2012 22:25:17 +0000 (22:25 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 19 Sep 2012 22:25:17 +0000 (22:25 +0000)
commit9e6cffc9fd3060d94bc4725293a42b02c49abfa5
tree04e8e6832c117f6fbcab0fafa3ca0468b6b64a0c
parenta150de05f3067cd872e847314322353ac1902971
A patch that allows for mach-o architectures to be specified as "<number>-<number>" where the first number is the cpu type and the second is the cpu subtype. Also added code to allow use of mach-o architectures that aren't in our tables so that symbolication and static file introspection (crashlogs) can work with them.

llvm-svn: 164258
lldb/include/lldb/Core/ArchSpec.h
lldb/source/Core/ArchSpec.cpp
lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp