summaryrefslogtreecommitdiffstats
path: root/lldb/tools
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-101-0/+51
* Re-instate a bit of code that was commented out in r188246 whichJason Molenda2018-09-061-2/+2
* [PDB] Resolve a symbol context block info correctlyAleksandr Urakov2018-08-291-0/+48
* Remove unnecessary entitlement in debugserver for iOS.Jason Molenda2018-08-281-2/+0
* [cmake] Add option to skip building lldb-serverAlex Langford2018-08-231-1/+1
* Update the Core file loading instructions so they keep the process stopped af...Greg Clayton2018-08-161-0/+1
* Fix lldb-vscode build on WindowsReid Kleckner2018-08-164-11/+12
* Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton2018-08-1622-0/+5500
* [lldb-mi] Re-implement target-select commandAlexander Polyakov2018-08-071-41/+18
* [lldb-mi] Re-implement MI HandleProcessEventStateSuspended.Alexander Polyakov2018-08-071-9/+11
* 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
OpenPOWER on IntegriCloud