summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-181-497/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-20/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLDB-MI] Minor cleanup of CMICmnLLDBUtilSBValue classVadim Macagon2016-10-141-14/+17
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-317/+316
* [lldb-mi] Fix expansion of anonymous structures and unionsDawn Perchik2015-10-241-1/+1
* [lldb-mi] display summary for simple types + refactor (use lldb formatting fo...Dawn Perchik2015-10-231-180/+32
* Superficial fix for the windows build when building with LLDB_DISABLE_PYTHON....Aidan Dodds2015-10-151-0/+2
* [lldb-mi] Fix evaluation of strings containing characters from non-ascii rangeDawn Perchik2015-10-071-0/+45
* Allow to construct CMIUtilString using std::string directly + cleanup CMIUtil...Ilia K2015-09-251-1/+1
* [lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener2015-08-041-18/+18
* Fix bug in expression display when determining if a pointer should be treated...Ilia K2015-07-301-7/+42
* Support escapes and quotes in string and character values.Ilia K2015-07-281-13/+7
* [lldb-mi] Remove unused bool results.Bruce Mitchener2015-07-221-6/+2
* [lldb-mi] Fix typosBruce Mitchener2015-07-071-2/+2
* Remove typedefs for MIchar, MIschar, MIuchar.Bruce Mitchener2015-07-031-7/+7
* Add support for Unicode strings in CMICmnLLDBUtilSBValue::GetValue (MI)Ilia K2015-05-081-85/+169
* Add -gdb-set/-gdb-show aggregate-field-names option (MI)Ilia K2015-04-251-8/+22
* Add -gdb-set/-gdb-show expand-aggregates option (MI)Ilia K2015-04-251-2/+7
* Add -gdb-set/-gdb-show print char-array-as-string option (MI)Ilia K2015-04-251-3/+18
* Fix MiGdbSetShowTestCase.test_lldbmi_gdb_set_ouptut_radix after r234476Ilia K2015-04-091-0/+19
* Refactor CMICmnLLDBDebuggerHandleEvents/CMICmnLLDBDebugSessionInfo/CMICmnLLDB...Ilia K2015-04-091-29/+165
* 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-7/+2
* Fix CLI commands in lldb-mi.Hafiz Abid Qadeer2015-02-031-1/+1
* Reformat lldb-mi using clang-format.Zachary Turner2014-11-171-224/+236
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-0/+324
OpenPOWER on IntegriCloud