summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MIDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-181-1318/+0
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-50/+0
* 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-9/+8
* Add a --synchronous option to lldb-mi to facilitate reliable testing.Adrian Prantl2018-05-231-0/+4
* Clean up lldb-types.hPavel Labath2017-07-181-0/+2
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Do not pass non-POD type variables through variadic functionKamil Rytarowski2017-02-011-1/+1
* Add MiSyntaxTestCase.test_lldbmi_output_grammar test (MI)Ilia K2016-09-121-3/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-848/+872
* Allow to construct CMIUtilString using std::string directly + cleanup CMIUtil...Ilia K2015-09-251-1/+1
* [lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener2015-08-041-35/+35
* [lldb-mi] Add const qualifier to vMITextLine in InterpretCommandThisDriver.Dawn Perchik2015-07-131-1/+1
* [lldb-mi] Fix typosBruce Mitchener2015-07-071-1/+1
* [lldb-mi] Use size_t where appropriate.Bruce Mitchener2015-07-031-2/+2
* Remove typedefs for MIchar, MIschar, MIuchar.Bruce Mitchener2015-07-031-3/+3
* Fix a variety of typos.Bruce Mitchener2015-06-181-4/+4
* Fix comments (MI).Dawn Perchik2015-06-161-7/+8
* Fix handling of hijacked events in synchronous modeIlia K2015-05-201-0/+4
* Refactor lldb-mi's promptIlia K2015-05-131-7/+4
* Add -s/--source option support (MI)Ilia K2015-05-071-4/+101
* Remove quit hook in CMIDriver::DoMainLoop (MI)Ilia K2015-05-071-6/+6
* Clean the CMIDriver (MI)Ilia K2015-04-261-5/+1
* Fix handling of the executable arg which contains spaces (MI)Ilia K2015-04-141-1/+1
* Add support for CLI commands in lldb-miIlia K2015-03-241-7/+82
* Remove redundant code from lldb-mi.Hafiz Abid Qadeer2015-03-241-15/+0
* Fix double (gdb) prompt when command doesn't existIlia K2015-03-191-8/+6
* Fix error handling in CMIDriver::DoMainLoop after r215223 (MI)Ilia K2015-03-191-3/+4
* Fix comment in tools/lldb-mi/MIDriver.cppIlia K2015-03-181-1/+1
* Make lldb-mi handle only MI commandsHafiz Abid Qadeer2015-03-181-27/+2
* Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer2015-03-161-12/+0
* Allow to pass an executable file via lldb-mi arguments (MI)Ilia K2015-03-031-5/+9
* Rename CMIDriver::LocalDebugSessionStartupInjectCommands to CMIDriver::LocalD...Ilia K2015-03-021-2/+2
* Fix handling of double quotes (MI)Ilia K2015-02-261-1/+1
* Remove redundant code from lldb-mi.Hafiz Abid Qadeer2015-02-241-2/+0
* Reduce number of threads in lldb-mi.Hafiz Abid Qadeer2015-02-201-156/+43
* Add missing prompt when command doesn't exist (MI)Ilia K2015-02-131-0/+1
* Fix a race condition in lldb-mi.Hafiz Abid Qadeer2015-02-041-1/+8
* Added an Xcode target so we build the "lldb-mi" executable as part of the "de...Greg Clayton2015-01-201-1/+1
* Replace ioctl with select to reduce processor usage by lldb-mi on OSX.Hafiz Abid Qadeer2014-12-151-0/+2
* Remove unnecessary changes committed in r223222.Hafiz Abid Qadeer2014-12-031-2/+0
* Fix a hang on OSX while executing -exec-run.Hafiz Abid Qadeer2014-12-031-0/+2
* Reformat lldb-mi using clang-format.Zachary Turner2014-11-171-933/+986
* Remove a pair of default values from fully covered switches.Eric Christopher2014-09-091-2/+0
* Restore some reverted fixes for spelling, newlines and __linux__ macro.Deepak Panickal2014-08-081-2/+3
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-10/+168
* Fix a few typos.Bruce Mitchener2014-06-271-5/+5
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-241-27/+264
* Remove useless declarationSylvestre Ledru2014-06-211-3/+0
OpenPOWER on IntegriCloud