summaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MIDriverMgr.cpp
AgeCommit message (Expand)Author
2019-07-18[LLDB] Remove lldb-miJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-25[lldb-mi] Check raw pointers before passing them to std::string ctor/assignmentTatyana Krasnukha
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-21[NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere
2018-05-23Add a --synchronous option to lldb-mi to facilitate reliable testing.Adrian Prantl
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-09-11[lldb-mi] No need to call Format with no varargs.Bruce Mitchener
2015-08-04[lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener
2015-07-03[lldb-mi] Use size_t where appropriate.Bruce Mitchener
2015-07-03Remove typedefs for MIchar, MIschar, MIuchar.Bruce Mitchener
2015-06-18Fix a variety of typos.Bruce Mitchener
2015-06-17Add help for lldb-mi --source/-s option (MI)Dawn Perchik
2015-04-23MI fix allowing multiple logging instances of lldb-mi to run simultaneously.Ilia K
2015-03-24Remove redundant code from lldb-mi.Hafiz Abid Qadeer
2015-03-19Remove IDE_MI_APP_EXIT_OK msg on exit (MI)Ilia K
2015-03-18Make lldb-mi handle only MI commandsHafiz Abid Qadeer
2015-03-16Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer
2015-02-20Reduce number of threads in lldb-mi.Hafiz Abid Qadeer
2015-02-02Fix log file generation in lldb-mi.Hafiz Abid Qadeer
2015-01-20Added an Xcode target so we build the "lldb-mi" executable as part of the "de...Greg Clayton
2014-11-17Reformat lldb-mi using clang-format.Zachary Turner
2014-08-08Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal
2014-06-24Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal
2014-05-16Initial commit of LLDB Machine Interface Frontend.Deepak Panickal