llvm-project/lldb/source/Plugins/Process/FreeBSD
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
FreeBSDThread.cpp Add arm64 FreeBSD ProcessMonitor register context 2015-10-23 01:10:42 +00:00
FreeBSDThread.h [FreeBSD] Add missing overrides. 2015-11-04 23:12:17 +00:00
Makefile Fix configure & make build with python disabled 2014-09-09 04:52:37 +00:00
POSIXStopInfo.cpp Remove POSIX thread/process abstraction 2015-07-28 15:45:57 +00:00
POSIXStopInfo.h Remove POSIX thread/process abstraction 2015-07-28 15:45:57 +00:00
ProcessFreeBSD.cpp Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
ProcessFreeBSD.h [FreeBSD] Add missing overrides. 2015-11-04 23:12:17 +00:00
ProcessMonitor.cpp Remove POSIX thread/process abstraction 2015-07-28 15:45:57 +00:00
ProcessMonitor.h Remove POSIX thread/process abstraction 2015-07-28 15:45:57 +00:00
RegisterContextPOSIX.h Move RegisterContextPOSIX.h to FreeBSD subdir 2015-09-14 14:20:56 +00:00
RegisterContextPOSIXProcessMonitor_arm.cpp Remove POSIX thread/process abstraction 2015-07-28 15:45:57 +00:00
RegisterContextPOSIXProcessMonitor_arm.h Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXProcessMonitor_arm64.cpp Remove POSIX thread/process abstraction 2015-07-28 15:45:57 +00:00
RegisterContextPOSIXProcessMonitor_arm64.h Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXProcessMonitor_mips64.cpp Remove POSIX thread/process abstraction 2015-07-28 15:45:57 +00:00
RegisterContextPOSIXProcessMonitor_mips64.h Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXProcessMonitor_powerpc.cpp Remove POSIX thread/process abstraction 2015-07-28 15:45:57 +00:00
RegisterContextPOSIXProcessMonitor_powerpc.h Limit scope of RegisterContextPOSIX.h header 2015-09-14 13:16:59 +00:00
RegisterContextPOSIXProcessMonitor_x86.cpp X86: Change FTAG register size in FXSAVE structure 2015-10-12 09:57:00 +00:00
RegisterContextPOSIXProcessMonitor_x86.h Bug 25050: X87 FPU Special Purpose Registers 2015-10-06 07:04:03 +00:00