summaryrefslogtreecommitdiff
path: root/lldb/source/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Make lldbVersion a full fledged libraryJonas Devlieghere2021-12-081-38/+3
* [LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory2021-09-161-1/+1
* Remove HAVE_VCS_VERSION_INC, not neededMarcel Hlopko2020-10-291-3/+0
* [lldb][cmake] Remove custom logic for finding VCS file to fix LLDB's VCSVersi...Raphael Isemann2020-10-131-10/+2
* Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well.Nico Weber2020-01-161-2/+2
* [CMake] Remove Apple-specific version logic.Frederic Riss2019-04-171-23/+1
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-02-061-20/+20
* Revert "[CMake] Unify scripts for generating VCS headers"Petr Hosek2019-01-311-17/+20
* [CMake] Migrate lldb to the new VCS scriptPetr Hosek2019-01-311-20/+17
* Remove Plugins/Process/POSIX from include_directoriesPavel Labath2017-04-111-26/+0
* [LLDB] OpenBSD supportKamil Rytarowski2017-03-261-0/+5
* [CMake] Fixing CMake to append source properties instead of overwrite them.Chris Bieneman2016-11-101-6/+6
* Fixing the Xcode build that I broke in r286479Chris Bieneman2016-11-101-1/+1
* Unify Darwin and Non-Darwin printing of version outputChris Bieneman2016-11-101-19/+27
* [cmake] Use LLVM_CMAKE_PATH for GetSVN scriptMichal Gorny2016-10-191-1/+1
* [CMake] Generate LLDB_REVISION at build timeChris Bieneman2016-09-231-26/+35
* Add initial CMake glue for the NetBSD platformBruce Mitchener2015-10-241-1/+7
* Fix handling of LLDB_VERS_GENERATED_FILE.Bruce Mitchener2015-10-091-1/+24
* [cmake] Fix cmake build on OSX after r249434.Dawn Perchik2015-10-081-11/+0
* Fix Android build.Chaoren Lin2015-10-071-6/+0
* Simple readline functionality for interactive python on linux.Ryan Brown2015-10-061-5/+0
* Fix Darwin build of lldb-server.Stephane Sezer2015-10-061-0/+11
* Move LLDB initialization/shutdown to Initialization.Zachary Turner2015-03-191-1/+3
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Fix linking of unit tests via CMake on Windows.Zachary Turner2015-03-181-42/+7
* [CMake] Make the unittests link against everything...Zachary Turner2015-03-141-1/+6
* Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner2015-02-241-10/+7
* Revert "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner2015-02-241-7/+10
* [CMake] Change lldbAPI to be a CMake OBJECT library.Zachary Turner2015-02-241-10/+7
* [CMake] On Windows, require manual specification of python libs.Zachary Turner2015-02-231-11/+17
* [CMake] Remove debug message from CMakeLists.txtZachary Turner2015-02-181-1/+0
* [CMake] Create a custom target for generating extension module.Zachary Turner2015-02-171-11/+1
* Remove the CMake duplication for liblldb.Zachary Turner2015-02-171-82/+3
* Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...Zachary Turner2015-02-171-0/+1
* Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...Oleksiy Vyalov2015-02-161-0/+1
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-041-0/+1
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-1/+1
* Fixes compilation/run error with BUILD_SHARED_LIBS=TRUEVince Harron2015-01-141-3/+2
* [cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIXChandler Carruth2014-12-291-2/+2
* Disable Editline on Windows.Zachary Turner2014-11-171-0/+11
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-175/+1
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-0/+2
* Fix the build after the recent plugin additions forEric Christopher2014-10-111-0/+1
* Add SBExecutionContext.cpp to this file as well, as the commentJim Ingham2014-10-011-0/+1
* Add SBThreadPlan to this CMakeLists.txt as well.Jim Ingham2014-09-301-0/+1
* Fix OSX CMake buildDeepak Panickal2014-09-121-1/+0
* Fix Windows build.Zachary Turner2014-09-111-0/+1
* ASan malloc/free history threadsKuba Brecka2014-09-041-0/+1
* Remove the JIT from LLDB's dependencies to fix the buildReid Kleckner2014-09-031-1/+0
* Fix a CMake error when using CMake 3.0.1Zachary Turner2014-08-221-5/+1