__arm64__ and __aarch64__ #ifdef adjustments
authorTodd Fiala <todd.fiala@gmail.com>
Wed, 9 Jul 2014 01:29:05 +0000 (01:29 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Wed, 9 Jul 2014 01:29:05 +0000 (01:29 +0000)
commit013434e547264f46db5a559b2fcdda5a791484ec
tree78dfc73d8343f5918821a0c97090f10650740f4d
parent52d760399c5fa4b5690fbd614ecc40460b8b6895
__arm64__ and __aarch64__ #ifdef adjustments

Change by Paul Osmialowski

See http://reviews.llvm.org/D4379 for details.

llvm-svn: 212583
22 files changed:
lldb/source/Core/Error.cpp
lldb/source/Host/common/Host.cpp
lldb/source/Host/macosx/Host.mm
lldb/source/Host/macosx/Symbols.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/test/functionalities/data-formatter/data-formatter-objc/main.m
lldb/tools/debugserver/source/DNB.cpp
lldb/tools/debugserver/source/DNBDefs.h
lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp
lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h
lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h
lldb/tools/debugserver/source/RNBDefs.h
lldb/tools/debugserver/source/RNBRemote.cpp