summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmdCmdData.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-181-1673/+0
* [lldb-mi] Include full path in the -data-disassemble responseTatyana Krasnukha2019-05-211-1/+8
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-89/+0
* [lldb-mi] Return source line number in proper formatTatyana Krasnukha2019-02-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-2/+2
* Fix windows build after r337689Alexander Polyakov2018-07-231-0/+1
* [lldb-mi] Re-implement data-info-line command.Alexander Polyakov2018-07-231-141/+75
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1130/+1191
* Replace uses of MIUtilParse::CRegexParser with llvm::RegexPavel Labath2016-09-051-13/+15
* Show real error message in -data-evaluate-expressionEugene Leviant2016-02-081-3/+6
* Handle the options and parameters separator in every MI commandHafiz Abid Qadeer2015-11-021-2/+0
* Better handle the arguments common to all MI commands.Hafiz Abid Qadeer2015-10-291-23/+6
* Allow to construct CMIUtilString using std::string directly + cleanup CMIUtil...Ilia K2015-09-251-3/+3
* [lldb-mi] Fix the handling of files in -data-info-line and -symbol-list-lines.Dawn Perchik2015-09-171-43/+58
* [lldb-mi] Clean up CMICmdArgSet usage.Bruce Mitchener2015-09-151-30/+30
* Fix -data-evaluate-expression for array.Hafiz Abid Qadeer2015-09-071-45/+1
* [lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener2015-08-041-58/+58
* [lldb-mi] Remove unused bool results.Bruce Mitchener2015-07-221-75/+49
* Fix -data-info-line when source includes column number.Dawn Perchik2015-07-151-1/+1
* Use string::find(char) for single character strings.Bruce Mitchener2015-07-041-3/+3
* [lldb-mi] Use size_t where appropriate.Bruce Mitchener2015-07-031-19/+19
* Remove typedefs for MIchar, MIschar, MIuchar.Bruce Mitchener2015-07-031-10/+10
* Expand result with type char* to string in -data-evaluate-expressionIlia K2015-06-251-7/+2
* [LLDB-MI] Properly detect missing mandatory arguments to MI commandsBruce Mitchener2015-06-081-15/+0
* Escape strings in disassembly comments.Ilia K2015-05-121-1/+1
* Fix LLDB-MI -data-read-memory-bytes command to comply with GDB/MI specBruce Mitchener2015-05-071-15/+102
* Add -data-info-line command (MI)Ilia K2015-04-301-0/+223
* Add comments to LLDB-MI disassembly.Ilia K2015-04-151-1/+5
* expose 64 bit addresses through MIIlia K2015-03-191-6/+7
* Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer2015-03-161-10/+0
* Fix -data-read-memory-bytes command (MI)Ilia K2015-02-131-5/+5
* Fix test case for data-disassemble instruction in lldb-mi.Hafiz Abid Qadeer2015-02-091-2/+7
* Fix evaluation commands (MI)Ilia K2015-02-061-13/+7
* Fix -data-list-register-names/-data-disassemble, minor fix in -data-list-regi...Ilia K2015-02-061-47/+129
* Fix "-data-list-register-values" MI commands.Hafiz Abid Qadeer2015-02-051-17/+56
* Fix a typo in list-register-names command.Hafiz Abid Qadeer2015-02-051-1/+1
* Fix CLI commands in lldb-mi.Hafiz Abid Qadeer2015-02-031-19/+17
* Make --thread argument optional for various commands.Hafiz Abid Qadeer2015-02-021-2/+2
* Added an Xcode target so we build the "lldb-mi" executable as part of the "de...Greg Clayton2015-01-201-4/+4
* Reformat lldb-mi using clang-format.Zachary Turner2014-11-171-1021/+1084
* Remove two unused class variables.Eric Christopher2014-09-091-2/+0
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-69/+64
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-241-13/+1154
* Initial commit of LLDB Machine Interface Frontend.Deepak Panickal2014-05-161-0/+229
OpenPOWER on IntegriCloud