summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-227/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Deprecate -m/+m dotest options in favor of test categoriesPavel Labath2015-10-271-3/+0
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-4/+2
* [lldb-mi] Fix evaluation of strings containing characters from non-ascii rangeDawn Perchik2015-10-071-38/+43
* Remove Unicode byte-order mark from python files.Zachary Turner2015-08-131-1/+1
* Disable lldb-mi tests on Windows.Zachary Turner2015-08-131-4/+4
* Fix bug in expression display when determining if a pointer should be treated...Ilia K2015-07-301-0/+4
* Support escapes and quotes in string and character values.Ilia K2015-07-281-23/+23
* Add support for Unicode strings in CMICmnLLDBUtilSBValue::GetValue (MI)Ilia K2015-05-081-8/+40
* Skip additional lldb-mi tests that failed on FreeBSDEd Maste2015-05-061-0/+3
* XFAIL two mi tests on gcc to stabilise build botsPavel Labath2015-04-271-0/+2
* Disable MiGdbSetShowTestCase.test_lldbmi_gdb_set_show_print_char_array_as_str...Ilia K2015-04-251-0/+1
* Add -gdb-set/-gdb-show aggregate-field-names option (MI)Ilia K2015-04-251-0/+59
* Add -gdb-set/-gdb-show expand-aggregates option (MI)Ilia K2015-04-251-0/+55
* Add -gdb-set/-gdb-show print char-array-as-string option (MI)Ilia K2015-04-251-0/+69
OpenPOWER on IntegriCloud