llvm-project/lldb/source/Plugins/Process/gdb-remote
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
GDBRemoteCommunication.cpp Add domain socket support to gdb-remote protocol and lldb-server. 2015-10-21 19:34:26 +00:00
GDBRemoteCommunication.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00
GDBRemoteCommunicationClient.cpp GDBRemoteCommunicationClient::SendEnvironmentPacket should use the hex-encoded 2015-11-05 23:51:05 +00:00
GDBRemoteCommunicationClient.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00
GDBRemoteCommunicationServer.cpp Introduce a MainLoop class and switch llgs to use it 2015-07-13 10:44:55 +00:00
GDBRemoteCommunicationServer.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00
GDBRemoteCommunicationServerCommon.cpp Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
GDBRemoteCommunicationServerCommon.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00
GDBRemoteCommunicationServerLLGS.cpp [lldb-server] Send PC of every thread along in the stop-reply packet 2015-10-26 16:25:28 +00:00
GDBRemoteCommunicationServerLLGS.h lldb-server: add support for binary memory reads 2015-10-14 12:59:37 +00:00
GDBRemoteCommunicationServerPlatform.cpp Make lldb-gdbserver to take explicit socket scheme as command line argument. 2015-10-28 19:49:50 +00:00
GDBRemoteCommunicationServerPlatform.h Make lldb-gdbserver to take explicit socket scheme as command line argument. 2015-10-28 19:49:50 +00:00
GDBRemoteRegisterContext.cpp Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
GDBRemoteRegisterContext.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00
Makefile
ProcessGDBRemote.cpp Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
ProcessGDBRemote.h Let the process help figure out the Host OS if nobody else 2015-11-05 22:33:17 +00:00
ProcessGDBRemoteLog.cpp Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
ProcessGDBRemoteLog.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
ThreadGDBRemote.cpp Refactor Unix signals. 2015-07-14 01:09:28 +00:00
ThreadGDBRemote.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00