summaryrefslogtreecommitdiffstats
path: root/lldb/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [lit] Update how clang and other binaries are found in per-configuration dire...Aaron Smith2018-02-211-2/+8
* [cmake] Fix LLDB_CODESIGN_IDENTITY logic.Don Hinton2018-02-171-15/+0
* [cmake] Darwin: Copy in the system debugserver if neededVedant Kumar2018-02-131-0/+16
* Add CMAKE_CFG_INTDIR as part of the include path for the default test compiler. Aaron Smith2018-02-081-2/+2
* Default to using in-tree clang for building test executablesPavel Labath2017-10-271-0/+16
* [CMake] Add LLDB_INCLUDE_TESTS variableChris Bieneman2017-10-061-3/+8
* LLDB cmake fix: define LLDB_CONFIGURATION_xxx based on the build typeLeonard Mosescu2017-10-041-0/+7
* [CMake] Enable OS_LOG support on DarwinChris Bieneman2017-07-281-0/+4
* [CMake] Fix framework buildChris Bieneman2017-07-251-1/+3
* [CMake] Abstract Config.h generation for XcodeChris Bieneman2017-04-271-3/+10
* Install six.py conditionallyKamil Rytarowski2017-02-041-0/+5
* [cmake] Make lldb build with the android ndk toolchain filePavel Labath2017-01-171-1/+1
* [CMake] Fix finding LLDBWrapPython.cpp in Framework buildChris Bieneman2017-01-121-1/+1
* Fix broken escaping of commands in the buildLuke Drummond2016-12-161-10/+14
* [CMake] Ensure Python files are inside the LLDB framework bundleChris Bieneman2016-12-151-0/+6
* [CMake] Initial support for LLDB.frameworkChris Bieneman2016-09-211-1/+17
* Revert "[lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)"Vedant Kumar2016-08-191-1/+0
* [lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)Vedant Kumar2016-08-191-0/+1
* [CMake] Update to requiring CMake 3.4.3Chris Bieneman2016-05-311-1/+1
* Fix NetBSD build with CMake 3.5.2Kamil Rytarowski2016-05-011-1/+1
* Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is usedFrancis Ricci2016-04-251-1/+1
* Fix CMake dependency on lldb.pyZachary Turner2015-11-181-1/+1
* Switched cmake build from using buildSwigWrapperClases.py to the cleaned up v...Todd Fiala2015-11-181-0/+1
* Fixup lldb-argdumper cmake buildPavel Labath2015-10-291-1/+1
* Fix Android build.Chaoren Lin2015-10-071-0/+6
* Simple readline functionality for interactive python on linux.Ryan Brown2015-10-061-1/+8
* cmake: ensure readline python module target is added before finishing swig.Todd Fiala2015-10-041-0/+6
* Add a Post-Build Event on Windows to copy the correct custom Python DLL to th...Bruce Mitchener2015-10-011-0/+13
* cmake fixes for lldb target.Todd Fiala2015-09-161-1/+5
* [cmake] Remove LLDB_ENABLE_PYTHON_SCRIPTS_SWIG_API_GENERATION.Bruce Mitchener2015-09-081-1/+1
* Standalone cmake build improvements (bug #23889)Pavel Labath2015-07-171-2/+3
* Use the debugginess of the python interpreter when symlinking _lldb.pyd.Zachary Turner2015-04-221-1/+1
* Remove check for windows when compiling scripts directoryPavel Labath2015-04-071-1/+1
* Don't compile scripts directory if LLDB_DISABLE_PYTHON is setPavel Labath2015-04-071-1/+1
* Create a check-lldb-unit target to run unit tests.Zachary Turner2015-03-131-0/+1
* Rework the gtest directory structure.Zachary Turner2015-03-131-1/+1
* Create a CMake build for the gtest unit tests.Zachary Turner2015-03-131-0/+1
* [CMake] Refactor LLDB main CMake file.Zachary Turner2015-03-021-387/+3
* [CMake] Clean up lldb-mi CMakeLists.txt.Zachary Turner2015-02-241-0/+3
* Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner2015-02-241-39/+43
* Revert "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner2015-02-241-43/+39
* [CMake] Change lldbAPI to be a CMake OBJECT library.Zachary Turner2015-02-241-39/+43
* [CMake] On Windows, require manual specification of python libs.Zachary Turner2015-02-231-10/+22
* [CMake] Create a custom target for generating extension module.Zachary Turner2015-02-171-0/+10
* Revert "Some fixes for linking Python on Windows."Zachary Turner2015-01-211-17/+0
* Some fixes for linking Python on Windows.Zachary Turner2015-01-211-0/+17
* Fixes compilation/run error with BUILD_SHARED_LIBS=TRUEVince Harron2015-01-141-4/+16
* [cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIXChandler Carruth2014-12-291-5/+5
* [cmake] Teach the standalone CMake build to find the Python interpreterChandler Carruth2014-12-291-0/+10
* Always use python-based SWIG generation script for CMake.Zachary Turner2014-12-181-8/+7
OpenPOWER on IntegriCloud