summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmdCmdExec.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-181-1115/+0
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-84/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb-mi] Re-implement a few MI commands.Alexander Polyakov2018-07-021-102/+72
* [lldb-mi] Clean up and update a few MI commands.Alexander Polyakov2018-06-291-48/+35
* [lldb-mi] Re-implement MI -exec-step command.Alexander Polyakov2018-06-101-22/+21
* [lldb, lldb-mi] Re-implement MI -exec-continue command.Alexander Polyakov2018-06-091-32/+10
* [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
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-676/+703
* Better handle the arguments common to all MI commands.Hafiz Abid Qadeer2015-10-291-16/+4
* [lldb-mi] Add support for StopAtEntry in MI via "-exec-run --start".Dawn Perchik2015-10-011-24/+41
* [lldb-mi] Clean up CMICmdArgSet usage.Bruce Mitchener2015-09-151-11/+11
* [lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener2015-08-041-56/+56
* [lldb-mi] Remove unused bool results.Bruce Mitchener2015-07-221-23/+17
* Remove typedefs for MIchar, MIschar, MIuchar.Bruce Mitchener2015-07-031-7/+7
* Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer2015-03-161-10/+0
* Add -exec-abort command (MI); Don't exit on eStateExitedIlia K2015-02-241-0/+93
* Add -exec-arguments commandIlia K2015-02-131-4/+124
* Fix CLI commands in lldb-mi.Hafiz Abid Qadeer2015-02-031-13/+10
* Make --thread argument optional for various commands.Hafiz Abid Qadeer2015-02-021-10/+10
* Added an Xcode target so we build the "lldb-mi" executable as part of the "de...Greg Clayton2015-01-201-3/+3
* Reformat lldb-mi using clang-format.Zachary Turner2014-11-171-651/+690
* Implementation of exec-run using lldb API.Hafiz Abid Qadeer2014-08-141-10/+35
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-43/+6
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-241-50/+190
* Initial commit of LLDB Machine Interface Frontend.Deepak Panickal2014-05-161-0/+854
OpenPOWER on IntegriCloud