summaryrefslogtreecommitdiffstats
path: root/lldb/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix windows build after r337689Alexander Polyakov2018-07-231-0/+1
* [lldb-mi] Re-implement data-info-line command.Alexander Polyakov2018-07-232-143/+77
* Invert dependency between lldb-framework and lldb-suiteAlex Langford2018-07-171-1/+1
* Move pretty stack trace printer into driver.Jonas Devlieghere2018-07-173-0/+21
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-112-4/+15
* Fix build on Windows with SDK build version >= 17134.Tatyana Krasnukha2018-07-071-5/+0
* Ammend "Fix MSVC2015 compilation failure after r336206 patch".Alexander Polyakov2018-07-031-0/+2
* Fix MSVC2015 compilation failure after r336206 patch.Alexander Polyakov2018-07-031-0/+6
* [lldb-mi] Re-implement symbol-list-lines command.Alexander Polyakov2018-07-032-158/+66
* [lldb-mi] Re-implement a few MI commands.Alexander Polyakov2018-07-022-115/+72
* [lldb-mi] Clean up and update a few MI commands.Alexander Polyakov2018-06-292-51/+35
* Add a test for reading lld-generated build-idsPavel Labath2018-06-291-12/+18
* Retrieve a function PDB symbol correctly from nested blocksPavel Labath2018-06-281-24/+58
* Fix windows build for r335541.Alexander Polyakov2018-06-251-0/+2
* Implement new methods for handling an error in MI commands.Alexander Polyakov2018-06-252-0/+68
* Introduce lldb-framework CMake target and centralize its logicAlex Langford2018-06-185-13/+5
* Sort the files in the PBXBuildFile and PBXFileReference sectionsJason Molenda2018-06-151-152/+152
* Revert "[lldb-mi] Add overload method for setting an error"Alexander Polyakov2018-06-152-20/+0
* Add support for PLATFORM_*SIMULATORFrederic Riss2018-06-151-0/+8
* Add an entitlement to debugserverFrederic Riss2018-06-142-4/+3
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-132-2/+2
* Added modulemap for lldb-miRaphael Isemann2018-06-121-0/+79
* Fix build error introduced in r334498Pavel Labath2018-06-121-2/+2
* lldb-test symbols: Add -file argument and the ability to dump global variable...Pavel Labath2018-06-121-73/+101
* [lldb-mi] Re-implement MI -exec-step command.Alexander Polyakov2018-06-102-23/+21
* [lldb, lldb-mi] Re-implement MI -exec-continue command.Alexander Polyakov2018-06-092-34/+10
* Delete some dead codeAlex Langford2018-06-082-6/+0
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-081-17/+94
* [lldb-mi] Add overloaded method for setting an error.Alexander Polyakov2018-06-072-0/+20
* [lldb-mi] Re-implement MI -exec-next command.Alexander Polyakov2018-06-071-6/+12
* [IRMemoryMap] Use labels in the "malloc" and "free" lldb-test commandsVedant Kumar2018-06-041-37/+54
* [lldb, lldm-mi] Fix hanging of -exec-run command.Alexander Polyakov2018-06-031-0/+13
* Test commit. Fix typo in comment.Alexander Polyakov2018-06-031-1/+1
* [IRMemoryMap] Test interleaved Mallocs and FreesVedant Kumar2018-05-311-3/+44
* [lldb-test] Make logging available to all subcommandsVedant Kumar2018-05-311-0/+3
* [IRMemoryMap] Test host-side allocationsVedant Kumar2018-05-311-3/+9
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-5/+3
* [lldb-test] ir-memory-map: Avoid accessing a bad iteratorVedant Kumar2018-05-301-10/+8
* [lldb-test] Add a testing harness for the JIT's IRMemoryMapVedant Kumar2018-05-301-19/+184
* Typo fixes.Bruce Mitchener2018-05-294-9/+9
* Add missing includes to some LLDB headers.Raphael Isemann2018-05-261-0/+1
* Don't include headers from inside a namespace in MIUtilSingletonHelper.hRaphael Isemann2018-05-261-2/+2
* [lldb-mi] Add possibility to set breakpoints without selecting a target.Adrian Prantl2018-05-242-5/+15
* Fix windows/mac builds broken by r333182.Pavel Labath2018-05-241-2/+2
* Move ObjectFile initialization out of SystemInitializerCommonPavel Labath2018-05-245-3/+78
* Add a --synchronous option to lldb-mi to facilitate reliable testing.Adrian Prantl2018-05-234-0/+8
* [CMake] Unify and relayer testingJonas Devlieghere2018-05-031-2/+2
* lldb-test symbols: Add ability to do name-based lookupPavel Labath2018-05-031-22/+255
* Silence compiler warning.Adrian Prantl2018-05-021-0/+1
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-023-12/+12
OpenPOWER on IntegriCloud