Upstreaming the BridgeOS device support and the
authorJason Molenda <jmolenda@apple.com>
Thu, 11 Oct 2018 00:28:35 +0000 (00:28 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 11 Oct 2018 00:28:35 +0000 (00:28 +0000)
commit32762fd29ddb3db91c7deebd3c29b9dacda4d0c7
treeccad48eaeb10f0e4d57f435d3f5d0ade413c7291
parent51fbb2e70ae8a2a8df24845f7b6fdf4a1aebce4f
Upstreaming the BridgeOS device support and the
LC_BUILD_VERSION load command handling - this
commit is a combination of patches by Adrian
Prantl and myself.  llvm::Triple::BridgeOS
isn't defined yet, so all references to that
are currently commented out.

Also update Xcode project file to build the
NativePDB etc plugins.

<rdar://problem/43353615>

llvm-svn: 344209
19 files changed:
lldb/lit/Modules/lc_build_version.yaml [new file with mode: 0644]
lldb/lldb.xcodeproj/project.pbxproj
lldb/scripts/Xcode/package-clang-headers.py
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h
lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt
lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp [new file with mode: 0644]
lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h [new file with mode: 0644]
lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
lldb/source/Utility/ArchSpec.cpp