summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmnResources.h
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-181-339/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb-mi] Implement -gdb-set breakpoint pending on/offMarc-Andre Laperle2018-10-301-0/+3
* 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-305/+303
* [lldb-mi] Simplify CMICmnLLDBDebugSessionInfo::Shutdown.Bruce Mitchener2015-09-151-1/+0
* [lldb-mi] Remove MIUtilSystem*.Bruce Mitchener2015-09-111-1/+0
* [lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener2015-08-041-5/+5
* [lldb-mi] Remove unwanted comment blocks.Bruce Mitchener2015-07-231-3/+0
* [lldb-mi] Spell resource string name correctly.Bruce Mitchener2015-07-071-1/+1
* [lldb-mi] Use 'override' on overridden virtual methods.Bruce Mitchener2015-07-061-3/+3
* Remove typedefs for MIchar, MIschar, MIuchar.Bruce Mitchener2015-07-031-3/+3
* Fix a variety of typos.Bruce Mitchener2015-06-181-1/+1
* Add help for lldb-mi --source/-s option (MI)Dawn Perchik2015-06-171-0/+1
* [LLDB-MI] Properly detect missing mandatory arguments to MI commandsBruce Mitchener2015-06-081-1/+0
* Fix -break-insert without -f to cause an error if BP not resolved (MI)Ilia K2015-05-081-0/+1
* Fix -var-list-children command (MI)Ilia K2015-05-081-0/+1
* Implement -target-attach and -target-detachIlia K2015-05-071-1/+3
* Fix LLDB-MI -data-read-memory-bytes command to comply with GDB/MI specBruce Mitchener2015-05-071-1/+2
* Add -data-info-line command (MI)Ilia K2015-04-301-0/+1
* 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-4/+0
* Fix memory allocating inside signal handler (MI)Ilia K2015-03-191-2/+0
* Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer2015-03-161-12/+0
* 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-313/+310
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-32/+45
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-241-9/+44
* Initial commit of LLDB Machine Interface Frontend.Deepak Panickal2014-05-161-0/+303
OpenPOWER on IntegriCloud