summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmdCmdVar.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-181-1460/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-81/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* lldb-mi: -var-update can hang when traversing complex types with pointersTed Woodward2017-08-311-7/+7
* Fix a small issue with -var-update.Hafiz Abid Qadeer2017-06-011-15/+13
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-0/+2
* Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-cre...Ilia K2017-04-041-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-931/+969
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-3/+1
* Allow variable names to be quoted with -var-list-childrenChuck Ries2015-12-071-1/+1
* Better handle the arguments common to all MI commands.Hafiz Abid Qadeer2015-10-291-7/+0
* [lldb-mi] Fix expansion of anonymous structures and unionsDawn Perchik2015-10-241-1/+3
* Allow to construct CMIUtilString using std::string directly + cleanup CMIUtil...Ilia K2015-09-251-1/+1
* [lldb-mi] Clean up CMICmdArgSet usage.Bruce Mitchener2015-09-151-21/+21
* [lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener2015-08-041-54/+54
* [lldb-mi] Fix evaluation for children of created variable object.Dawn Perchik2015-07-311-2/+3
* Escape new line and tabs in the result of variable evaluation.Hafiz Abid Qadeer2015-07-311-1/+1
* [lldb-mi] Remove unused bool results.Bruce Mitchener2015-07-221-60/+48
* Remove typedefs for MIchar, MIschar, MIuchar.Bruce Mitchener2015-07-031-2/+2
* Fix parsing of print-values arg (MI)Ilia K2015-05-151-60/+9
* Show error message from failed evaluation when doing -var-createIlia K2015-05-121-1/+10
* Fix -var-create for undefined variables (MI)Ilia K2015-05-081-1/+1
* Fix -var-list-children command (MI)Ilia K2015-05-081-56/+79
* LLDB-MI: -var-list-children with no children doesn't need a children value in...Bruce Mitchener2015-04-281-6/+1
* MI support for '-var-create $regname' command.Ilia K2015-04-171-6/+16
* Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer2015-03-161-10/+0
* Fix -var-create and -var-update (MI)Ilia K2015-03-061-164/+84
* Added long 'print-values' option for var-update MI command.Ilia K2015-03-041-11/+40
* Fix evaluation commands (MI)Ilia K2015-02-061-17/+43
* Add missing options in -var-list-children command.Hafiz Abid Qadeer2015-02-051-10/+43
* Fix CLI commands in lldb-mi.Hafiz Abid Qadeer2015-02-031-4/+4
* Make --thread argument optional for various commands.Hafiz Abid Qadeer2015-02-021-3/+3
* Added an Xcode target so we build the "lldb-mi" executable as part of the "de...Greg Clayton2015-01-201-2/+2
* Reformat lldb-mi using clang-format.Zachary Turner2014-11-171-1141/+1188
* Remove unused class variable and its initialization.Eric Christopher2014-09-091-1/+0
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-91/+20
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-241-85/+404
* Initial commit of LLDB Machine Interface Frontend.Deepak Panickal2014-05-161-0/+1244
OpenPOWER on IntegriCloud