summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-238-11/+11
* [lldb-mi] Include full path in the -data-disassemble responseTatyana Krasnukha2019-05-211-1/+8
* Fix file names in file headers. NFCFangrui Song2019-05-132-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1083-1225/+0
* Fix a broken comment line. NFC.Hafiz Abid Qadeer2019-03-251-2/+1
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-2/+5
* [lldb-mi] Return source line number in proper formatTatyana Krasnukha2019-02-251-1/+1
* [lldb-mi] Fix conversion warning for 64-bit buildTatyana Krasnukha2019-02-251-1/+1
* [lldb-mi] Check raw pointers before passing them to std::string ctor/assignmentTatyana Krasnukha2019-02-258-23/+31
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19150-600/+450
* [lldb-mi] Remove use of dialog boxAlex Langford2019-01-163-24/+0
* [CMake] Revised RPATH handlingStefan Granitz2019-01-041-0/+4
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-213-21/+18
* Simplify Boolean expressionsJonas Devlieghere2018-12-1510-48/+15
* Remove header grouping comments.Jonas Devlieghere2018-11-114-16/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-1112-22/+22
* [lldb-mi] Implement -gdb-set breakpoint pending on/offMarc-Andre Laperle2018-10-307-3/+110
* Fix typos.Bruce Mitchener2018-10-041-1/+1
* [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
* Move pretty stack trace printer into driver.Jonas Devlieghere2018-07-171-0/+7
* 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
* 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
* Revert "[lldb-mi] Add overload method for setting an error"Alexander Polyakov2018-06-152-20/+0
* Added modulemap for lldb-miRaphael Isemann2018-06-121-0/+79
* [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
* [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
* [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
* Typo fixes.Bruce Mitchener2018-05-292-5/+5
* 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
* Add a --synchronous option to lldb-mi to facilitate reliable testing.Adrian Prantl2018-05-234-0/+8
* Replace an accidentally added "break" with an LLVM_FALLTHROUGH.Adrian Prantl2017-12-191-1/+1
* Fix a couple of warnings (NFC)Adrian Prantl2017-12-192-2/+5
* Remove default case from switch.Ted Woodward2017-10-111-2/+4
* [lldb-mi] Fix a thinko in my previous commit.Davide Italiano2017-09-301-1/+1
* [lldb-mi] Add a default case to placate GCC with -Werror.Davide Italiano2017-09-301-0/+2
* Fix the SIGINT handlersAdrian McCarthy2017-09-201-4/+4
OpenPOWER on IntegriCloud