summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* lldb/minidump: Refactor memory region computation codePavel Labath2019-10-251-0/+1
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-291-4/+4
* [TableGen] Move target properties into a separate file (NFC)Jonas Devlieghere2019-07-261-1/+11
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-0/+2
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+0
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-121-1/+0
* [Target] Stop linking against lldbPluginObjCLanguageAlex Langford2019-05-161-1/+0
* Extract common PlatformPOSIX/Windows code into a separate classPavel Labath2019-02-121-0/+1
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-3/+0
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-311-0/+1
* Revert r345686 due to build failuresKuba Mracek2018-10-311-1/+0
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-311-0/+1
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-311-1/+0
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-311-0/+1
* Normalize some lldb #include statements.James Y Knight2018-05-221-2/+0
* Delete some more dead includes.Zachary Turner2017-03-221-1/+0
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-0/+2
* [CMake] Add accurate dependency specificationsChris Bieneman2017-01-311-0/+16
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+2
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-2/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+2
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Added a missing file to the CMakeListsEnrico Granata2015-08-271-0/+1
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-141-0/+1
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-2/+0
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-0/+2
* Fix cmake build for new thread plan files.Todd Fiala2014-09-301-0/+1
* Fix CMake configurationReid Kleckner2014-09-051-0/+1
* ASan malloc/free history threadsKuba Brecka2014-09-041-0/+1
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-141-0/+1
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+2
* Pull ProcessInfo and ProcessLaunchInfo out of Target/Process.Todd Fiala2014-06-301-0/+2
* Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the...Greg Clayton2014-03-061-0/+2
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-131-0/+3
* Tell CMake about recently added SectionLoadHistory.cppArnaud A. de Grandmaison2013-12-061-0/+1
* Add a new system runtime plugin type - just the top levelJason Molenda2013-11-051-0/+1
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-44/+44
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+44
OpenPOWER on IntegriCloud