summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmdCmdStack.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-181-1053/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-60/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* 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-2/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-621/+680
* Remove 2 lines missed in earlier commit (r251636).Hafiz Abid Qadeer2015-10-301-2/+0
* Better handle the arguments common to all MI commands.Hafiz Abid Qadeer2015-10-291-15/+3
* [lldb-mi] Clean up CMICmdArgSet usage.Bruce Mitchener2015-09-151-16/+16
* [lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener2015-08-041-42/+42
* [lldb-mi] Remove unused bool results.Bruce Mitchener2015-07-221-27/+20
* Fix parsing of print-values arg (MI)Ilia K2015-05-151-99/+10
* Add support for -stack-list-variables.Hafiz Abid Qadeer2015-04-291-0/+194
* Refactor CMICmnLLDBDebuggerHandleEvents/CMICmnLLDBDebugSessionInfo/CMICmnLLDB...Ilia K2015-04-091-2/+2
* Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer2015-03-161-10/+0
* Add low-frame/high-frame options to -stack-list-arguments (MI)Ilia K2015-03-121-1/+29
* Add -stack-select-frame command (MI)Ilia K2015-02-191-0/+122
* Add -stack-info-frame command (MI)Ilia K2015-02-191-0/+108
* Fix for http://llvm.org/bugs/show_bug.cgi?id=21744Hafiz Abid Qadeer2015-02-131-1/+1
* Fix -stack-list-locals and -stack-list-arguments (MI)Ilia K2015-02-061-6/+71
* Fix CLI commands in lldb-mi.Hafiz Abid Qadeer2015-02-031-8/+8
* Make --thread argument optional for various commands.Hafiz Abid Qadeer2015-02-021-4/+4
* Added an Xcode target so we build the "lldb-mi" executable as part of the "de...Greg Clayton2015-01-201-1/+1
* Fix a bug where global variable can be reported as local.Hafiz Abid Qadeer2014-12-081-2/+2
* Reformat lldb-mi using clang-format.Zachary Turner2014-11-171-469/+489
* Compare against the right size integer.Eric Christopher2014-09-091-1/+1
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-66/+44
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-241-16/+16
* Initial commit of LLDB Machine Interface Frontend.Deepak Panickal2014-05-161-0/+656
OpenPOWER on IntegriCloud