summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MIDriverMgr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-181-727/+0
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-22/+0
* [lldb-mi] Check raw pointers before passing them to std::string ctor/assignmentTatyana Krasnukha2019-02-251-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-11/+9
* Add a --synchronous option to lldb-mi to facilitate reliable testing.Adrian Prantl2018-05-231-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-500/+508
* [lldb-mi] No need to call Format with no varargs.Bruce Mitchener2015-09-111-5/+5
* [lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener2015-08-041-14/+14
* [lldb-mi] Use size_t where appropriate.Bruce Mitchener2015-07-031-1/+1
* Remove typedefs for MIchar, MIschar, MIuchar.Bruce Mitchener2015-07-031-1/+1
* Fix a variety of typos.Bruce Mitchener2015-06-181-5/+5
* Add help for lldb-mi --source/-s option (MI)Dawn Perchik2015-06-171-0/+1
* MI fix allowing multiple logging instances of lldb-mi to run simultaneously.Ilia K2015-04-231-1/+16
* Remove redundant code from lldb-mi.Hafiz Abid Qadeer2015-03-241-27/+0
* Remove IDE_MI_APP_EXIT_OK msg on exit (MI)Ilia K2015-03-191-27/+0
* Make lldb-mi handle only MI commandsHafiz Abid Qadeer2015-03-181-4/+0
* Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer2015-03-161-12/+0
* Reduce number of threads in lldb-mi.Hafiz Abid Qadeer2015-02-201-0/+16
* Fix log file generation in lldb-mi.Hafiz Abid Qadeer2015-02-021-11/+7
* Added an Xcode target so we build the "lldb-mi" executable as part of the "de...Greg Clayton2015-01-201-1/+1
* Reformat lldb-mi using clang-format.Zachary Turner2014-11-171-616/+638
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-7/+58
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-241-8/+33
* Initial commit of LLDB Machine Interface Frontend.Deepak Panickal2014-05-161-0/+686
OpenPOWER on IntegriCloud