summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb-mi] Simplify CMICmnLLDBDebugSessionInfo::Shutdown.Bruce Mitchener2015-09-151-1/+1
* [lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener2015-08-041-6/+6
* [lldb-mi] Remove unwanted comment blocks.Bruce Mitchener2015-07-231-3/+0
* [lldb-mi] Remove unused bool results.Bruce Mitchener2015-07-221-1/+1
* [lldb-mi] Fix typosBruce Mitchener2015-07-071-2/+2
* [lldb-mi] Use 'override' on overridden virtual methods.Bruce Mitchener2015-07-061-3/+3
* Set specific values for VariableInfoFormat_e enum and remove kNumVariableInfo...Ilia K2015-05-151-4/+3
* Add support for -stack-list-variables.Hafiz Abid Qadeer2015-04-291-1/+3
* Add -gdb-set/-gdb-show aggregate-field-names option (MI)Ilia K2015-04-251-0/+1
* Add -gdb-set/-gdb-show expand-aggregates option (MI)Ilia K2015-04-251-0/+1
* Add -gdb-set/-gdb-show print char-array-as-string option (MI)Ilia K2015-04-251-0/+1
* Refactor CMICmnLLDBDebuggerHandleEvents/CMICmnLLDBDebugSessionInfo/CMICmnLLDB...Ilia K2015-04-091-18/+30
* expose 64 bit addresses through MIIlia K2015-03-191-1/+1
* Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer2015-03-161-12/+0
* Fix for http://llvm.org/bugs/show_bug.cgi?id=21744Hafiz Abid Qadeer2015-02-131-5/+1
* Fix -stack-list-locals and -stack-list-arguments (MI)Ilia K2015-02-061-5/+19
* Fix a race condition in lldb-mi.Hafiz Abid Qadeer2015-02-041-0/+3
* Fix CLI commands in lldb-mi.Hafiz Abid Qadeer2015-02-031-4/+4
* Added an Xcode target so we build the "lldb-mi" executable as part of the "de...Greg Clayton2015-01-201-4/+4
* Fix a bug where global variable can be reported as local.Hafiz Abid Qadeer2014-12-081-0/+13
* Reformat lldb-mi using clang-format.Zachary Turner2014-11-171-181/+185
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-3/+12
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-241-10/+114
* Initial commit of LLDB Machine Interface Frontend.Deepak Panickal2014-05-161-0/+123
OpenPOWER on IntegriCloud