llvm-project/lldb/source/Host/common
Sylvestre Ledru 594058394e Following the modification introduced in llvm by commit 185311
The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.
This kind of simplification is sometimes useful, but in general it's not correct. 

As GNU/kFreeBSD is an hybrid system, for kernel-related issues we want to match the
build definitions used for FreeBSD, whereas for userland-related issues we want to
match the definitions used for other systems with Glibc.

The current modification adjusts the build system so that they can be distinguished,
and explicitly adds GNU/kFreeBSD to the build checks in which it belongs.

Fixes bug #16446.

Patch by Robert Millan in the context of Debian.

llvm-svn: 185313
2013-07-01 08:21:36 +00:00
..
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Condition.cpp Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. 2012-05-04 23:02:50 +00:00
DynamicLibrary.cpp <rdar://problem/13209140> 2013-04-24 21:29:08 +00:00
File.cpp Cleaned up the File API a bit. 2013-05-22 23:30:09 +00:00
FileSpec.cpp Don't depend on set being transitively included. 2013-06-13 20:10:23 +00:00
Host.cpp Following the modification introduced in llvm by commit 185311 2013-07-01 08:21:36 +00:00
Makefile
Mutex.cpp Fix various build warnings. 2013-06-03 18:00:07 +00:00
SocketAddress.cpp Add support for platforms without sa_len to SocketAddress, and modify 2011-07-22 19:12:42 +00:00
Symbols.cpp Patch from Dan Malea to fix a build break I introduced yesterday. 2012-10-09 18:40:44 +00:00
Terminal.cpp Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. 2012-11-30 20:23:19 +00:00
TimeValue.cpp Fix a integer trauction issue - calculating the current time in 2012-04-07 04:55:02 +00:00