llvm-project/lldb/source/Host/common
Daniel Malea 23720cc66c Adding CMake build system to LLDB. Some known issues remain:
- generate-vers.pl has to be called by cmake to generate the version number
- parallel builds not yet supported; dependency on clang must be explicitly specified

Tested on Linux.
- Building on Mac will require code-signing logic to be implemented.
- Building on Windows will require OS-detection logic and some selective directory inclusion

Thanks to Carlo Kok (who originally prepared these CMakefiles for Windows) and Ben Langmuir
who ported them to Linux!

llvm-svn: 175795
2013-02-21 20:58:22 +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 Implementing plugins that provide commands. 2012-09-28 23:57:51 +00:00
File.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
FileSpec.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Host.cpp Added a host call to get the number of CPUs. It should work on all POSIX unixes, linux and Windows. 2013-02-17 20:46:30 +00:00
Makefile
Mutex.cpp <rdar://problem/12446222> 2012-12-19 23:42: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