summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-1/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+1
* Remove cmake legacy codePavel Labath2016-08-171-1/+1
* Add MemoryRegionInfo to SB APIHoward Hellyer2016-06-231-0/+2
* cmake: provide flag that enables 'log enable --stack' to provide useful file/...Todd Fiala2015-10-141-1/+15
* Fix handling of LLDB_VERS_GENERATED_FILE.Bruce Mitchener2015-10-091-2/+1
* Only export public symbols with the cmake build.Bruce Mitchener2015-09-041-0/+4
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-0/+7
* Add language option in -gdb-show command (MI)Ilia K2015-04-281-0/+1
* Rework LLDB system initialization.Zachary Turner2015-03-311-0/+1
* Fix linking of unit tests via CMake on Windows.Zachary Turner2015-03-181-16/+31
* Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner2015-02-241-2/+17
* Revert "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner2015-02-241-17/+2
* [CMake] Change lldbAPI to be a CMake OBJECT library.Zachary Turner2015-02-241-2/+17
* Remove the CMake duplication for liblldb.Zachary Turner2015-02-171-3/+4
* Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...Zachary Turner2015-02-171-0/+1
* Revert "I had recently added a new SBFrame::GetVariables() overload with yet ...Zachary Turner2015-02-171-1/+0
* Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...Oleksiy Vyalov2015-02-161-0/+1
* I had recently added a new SBFrame::GetVariables() overload with yet another ...Enrico Granata2015-02-121-0/+1
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-041-0/+1
* [cmake] Include the new file in the CMake lists. Without this everyChandler Carruth2014-10-011-0/+1
* Fix cmake build for new thread plan files.Todd Fiala2014-09-301-0/+1
OpenPOWER on IntegriCloud