summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-091-4/+4
* [CMake] Add $ORIGIN/../../../../lib to rpath if BUILD_SHARED_LIBS or LLVM_LIN...Fangrui Song2020-01-061-0/+8
* [lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARYJonas Devlieghere2020-01-021-2/+2
* [Lldb/Lua] Generate Lua BindingsJonas Devlieghere2019-12-211-0/+19
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-2/+2
* [LLDB] Only set FRAMEWORK when we're actually building a framework.Jonas Devlieghere2019-11-121-1/+2
* [LLDB] Fix/silence CMake developer warning for LLDB framework.Jonas Devlieghere2019-11-121-1/+1
* new api class: SBFileLawrence D'Anna2019-10-031-0/+1
* SystemInitializer: Use Targets.def to selectively initialize ABI pluginsPavel Labath2019-09-261-5/+0
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-251-0/+5
* [CMake] `install-distribution` for LLDB on DarwinStefan Granitz2019-07-101-3/+5
* [CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2019-05-281-0/+1
* [CMake] Emit LLDB.framework.dSYM to avoid potential name collision with drive...Stefan Granitz2019-04-181-0/+4
* [Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere2019-03-261-0/+5
* [Python] Move SWIG wrapper dependency into the pluginJonas Devlieghere2019-03-251-5/+0
* Pass /bigobj for SBReproducer.cpp with MSVCZachary Turner2019-03-061-0/+4
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
* [CMake] Make liblldb depend on clang-headersAlex Langford2019-02-281-0/+4
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-211-1/+0
* [Reproducers] SBReproducer framework: Capture & ReplayJonas Devlieghere2019-02-061-0/+1
* [CMake] Python bindings generation polishingStefan Granitz2019-01-041-7/+12
* [CMake] Revised LLDB.framework buildsStefan Granitz2019-01-041-29/+19
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-0/+1
* Add compatibility version to liblldb in framework buildsAlex Langford2018-09-121-0/+1
* Introduce install-lldb-framework targetAlex Langford2018-08-011-0/+11
* Revert "Stop building liblldb with CMake's framework functionality"Alex Langford2018-07-271-14/+9
* Stop building liblldb with CMake's framework functionalityAlex Langford2018-07-271-9/+14
* Invert dependency between lldb-framework and lldb-suiteAlex Langford2018-07-171-2/+4
* ScriptInterpreterPython cleanupPavel Labath2018-06-211-5/+0
* Introduce lldb-framework CMake target and centralize its logicAlex Langford2018-06-181-54/+0
* Disable warnings for the generated LLDB wrapper sourceRaphael Isemann2018-06-121-6/+5
* Add dependency on clang-headers when building LLDB.framework using CMakeAlex Langford2018-06-011-0/+3
* Remove lldb-private headers when building LLDB.framework with CMakeAlex Langford2018-05-291-2/+1
* Fix LLVM_LINK_LLVM_DYLIB build (pr35053)Pavel Labath2017-10-311-7/+10
* Add new files to the cmake lists.Jim Ingham2017-09-141-0/+2
* Expose process instance info via SB APIVadim Macagon2017-08-011-0/+1
* [CMake] Add SharingPtr.h to the Framework header listChris Bieneman2017-07-281-1/+1
* [CMake] Cleanup of header fixup and installationChris Bieneman2017-07-281-11/+7
* [CMake] Update Framework construction for iOSChris Bieneman2017-07-251-6/+12
* [CMake] Rework construction of framework bundleChris Bieneman2017-07-251-5/+27
* Initial implementation of SB APIs for Tracing support.Ravitheja Addepally2017-04-261-0/+2
* [CMake] Adding API dependency on UtilityChris Bieneman2017-02-131-0/+1
* [CMake] Final dependency cleanup patch!Chris Bieneman2017-02-081-0/+17
* [CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and laterChris Bieneman2016-12-151-17/+8
* [CMake] Populate the build directory's frameworkChris Bieneman2016-10-311-3/+9
* Limit LLDB_EXPORT_ALL_SYMBOLS to lldb symbolsTodd Fiala2016-10-291-6/+3
* [CMake] Populate LLDB.framework's headers directoryChris Bieneman2016-10-141-1/+17
* Disable warnings in LLDBWrapPython.cpp with -Werror.Zachary Turner2016-10-051-0/+8
* [CMake] Initial support for LLDB.frameworkChris Bieneman2016-09-211-0/+14
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+1
OpenPOWER on IntegriCloud