llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel
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
DynamicLoaderDarwinKernel.cpp Fix a case where a kext module was being added to the Target 2013-02-19 07:41:13 +00:00
DynamicLoaderDarwinKernel.h Change the order that the DarwinKernel DynamicLoader plugin uses 2013-02-19 07:16:22 +00:00
Makefile Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and project 2011-08-22 22:23:48 +00:00