summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MIDriverMain.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-181-194/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb-mi] Remove use of dialog boxAlex Langford2019-01-161-4/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* 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
* Fix the SIGINT handlersAdrian McCarthy2017-09-201-4/+4
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-100/+118
* [lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener2015-08-041-1/+1
* [lldb-mi] Fix typosBruce Mitchener2015-07-071-2/+2
* Remove redundant code from lldb-mi.Hafiz Abid Qadeer2015-03-241-1/+0
* Fix memory allocating inside signal handler (MI)Ilia K2015-03-191-3/+0
* Make lldb-mi handle only MI commandsHafiz Abid Qadeer2015-03-181-203/+0
* Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer2015-03-161-22/+1
* Reduce number of threads in lldb-mi.Hafiz Abid Qadeer2015-02-201-7/+6
* Restore the signal handler for Windows as it is not presistent there.Hafiz Abid Qadeer2015-02-031-0/+12
* 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-267/+273
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-1/+6
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-241-3/+7
* Initial commit of LLDB Machine Interface Frontend.Deepak Panickal2014-05-161-0/+384
OpenPOWER on IntegriCloud