summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmnResources.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add -gdb-set/-gdb-show print char-array-as-string option (MI)Ilia K2015-04-251-1/+5
* MI fix allowing multiple logging instances of lldb-mi to run simultaneously.Ilia K2015-04-231-0/+1
* Fix CMICmnStreamStdout::WritePriv which causes a stack overflow (MI)Ilia K2015-04-131-1/+0
* Add target-async option in -gdb-set command (MI)Ilia K2015-03-231-0/+1
* Remove IDE_MI_APP_EXIT_OK msg on exit (MI)Ilia K2015-03-191-3/+0
* expose 64 bit addresses through MIIlia K2015-03-191-4/+5
* Fix memory allocating inside signal handler (MI)Ilia K2015-03-191-1/+0
* Make lldb-mi handle only MI commandsHafiz Abid Qadeer2015-03-181-7/+2
* Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer2015-03-161-12/+0
* Added long 'print-values' option for var-update MI command.Ilia K2015-03-041-1/+1
* Add -exec-abort command (MI); Don't exit on eStateExitedIlia K2015-02-241-0/+1
* Fix -stack-list-locals and -stack-list-arguments (MI)Ilia K2015-02-061-0/+1
* Fix log file generation in lldb-mi.Hafiz Abid Qadeer2015-02-021-1/+1
* Reformat lldb-mi using clang-format.Zachary Turner2014-11-171-336/+363
* Fix some typos:Sylvestre Ledru2014-08-111-1/+1
* Restore some reverted fixes for spelling, newlines and __linux__ macro.Deepak Panickal2014-08-081-1/+1
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-15/+28
* Fix a few typos.Bruce Mitchener2014-06-271-1/+1
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-241-25/+57
* Initial commit of LLDB Machine Interface Frontend.Deepak Panickal2014-05-161-0/+364
OpenPOWER on IntegriCloud