llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel
Bruce Mitchener 9ccb970f23 Make lldb::endian::InlHostByteOrder() private.
Summary:
Since this is within the lldb namespace, the compiler tries to
export a symbol for it. Unfortunately, since it is inlined, the
symbol is hidden and this results in a mess of warnings when
building on OS X with cmake.

Moving it to the lldb_private namespace eliminates that problem.

Reviewers: clayborg

Subscribers: emaste, lldb-commits

Differential Revision: http://reviews.llvm.org/D14417

llvm-svn: 252396
2015-11-07 04:40:13 +00:00
..
CMakeLists.txt [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
CommunicationKDP.cpp Fixed CTRL+C related issues: 2014-05-02 00:45:31 +00:00
CommunicationKDP.h Switch local launching of debugserver over to always use a FIFO in order to handshake with the launched debugserver. 2013-12-04 19:19:12 +00:00
Makefile
ProcessKDP.cpp Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
ProcessKDP.h Make sure we don't over specify an architecture when we connect to KDP and use the CPU type and subtype to fill out an architecture. We do this by letting the vendor be an unspecified unknown, or any. We also grab the target architecture, get the KDP host arch, and then merge the two before putting it back into the target. 2015-10-28 23:26:59 +00:00
ProcessKDPLog.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
ProcessKDPLog.h <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
RegisterContextKDP_arm.cpp
RegisterContextKDP_arm.h
RegisterContextKDP_arm64.cpp lldb arm64 import. 2014-03-29 18:54:20 +00:00
RegisterContextKDP_arm64.h lldb arm64 import. 2014-03-29 18:54:20 +00:00
RegisterContextKDP_i386.cpp
RegisterContextKDP_i386.h
RegisterContextKDP_x86_64.cpp
RegisterContextKDP_x86_64.h
ThreadKDP.cpp Workaround for collision between enum members in LLVM's MachO.h and system headers 2014-04-02 22:53:21 +00:00
ThreadKDP.h Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00