summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [lldb/CMake] Fix variable naming in FindLibEditJonas Devlieghere2020-01-021-1/+1
* Re-land "[lldb/CMake] Change how we deal with optional dependencies"Jonas Devlieghere2019-12-201-2/+2
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-121-1/+1
* [lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSESJonas Devlieghere2019-12-121-2/+2
* [lldb/CMake] Simplify linking against cursesJonas Devlieghere2019-12-111-1/+5
* [lldb][NFC] Move Curses interface implementation to own fileRaphael Isemann2019-12-031-0/+1
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-041-1/+3
* [Core] Remove unused dependency on clangASTAlex Langford2019-09-281-1/+0
* [CMake] Depend on clang-tablegen-targetsJonas Devlieghere2019-09-271-1/+1
* [CMake] Make Core depend on ClangDriverOptions (NFC)Jonas Devlieghere2019-09-271-0/+3
* [lldb/cmake] add lldbCore -> clangDriver dependencyPavel Labath2019-09-271-0/+1
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-291-4/+4
* [TableGen] Move core properties into a separate file (NFC)Jonas Devlieghere2019-07-261-1/+11
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-0/+2
* [Core] Remove unused dependenciesAlex Langford2019-05-071-2/+0
* [CMake] Move link dependencies where they are used.Jonas Devlieghere2019-03-291-0/+4
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-3/+0
* build: add libedit to include pathsTatyana Krasnukha2018-09-211-0/+4
* Use rich mangling information in Symtab::InitNameIndexes()Stefan Granitz2018-08-081-0/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-3/+0
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-021-0/+1
* Move dumping code out of RegisterValue classPavel Labath2018-07-241-0/+1
* Break dependency from Core to ObjectFileJIT.Zachary Turner2018-05-231-1/+0
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+0
* [cmake] Add explicit linkage from Core to cursesMichal Gorny2017-08-171-0/+10
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+0
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+0
* Move Connection and IOObject interfaces to Utility modulePavel Labath2017-06-271-1/+0
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-0/+1
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-1/+1
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+0
* cmake: Increase LINK_INTERFACE_MULTIPLICITY of lldbCorePavel Labath2017-03-091-1/+1
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-7/+0
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-4/+0
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+0
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-0/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-2/+0
* Delete DataBufferMemoryMap.Zachary Turner2017-02-241-1/+1
* Fix debug build of unit testsPavel Labath2017-02-151-0/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-5/+0
* [CMake] Add accurate dependency specificationsChris Bieneman2017-01-311-0/+19
* Remove ConnectionSharedMemoryPavel Labath2016-11-291-1/+0
* Remove ConnectionMachPortPavel Labath2016-11-291-1/+0
* Use llvm's demangler.Rafael Espindola2016-09-071-1/+0
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Remove class Language - the only thing it was actually being used for is prov...Enrico Granata2015-08-271-1/+0
* Add a class ValueObjectConstResultCast.Siva Chandra2015-07-161-0/+1
* Resubmitting r238459 and r238460 with fix for Linux.Chaoren Lin2015-05-281-0/+1
* Revert "Move inlined cxa_demangle.cpp to a separate file."Ying Chen2015-05-281-1/+0
* Move inlined cxa_demangle.cpp to a separate file.Chaoren Lin2015-05-281-0/+1
OpenPOWER on IntegriCloud