summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-mi
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2849-4547/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-2719-19/+19
* Deprecate -m/+m dotest options in favor of test categoriesPavel Labath2015-10-2719-93/+3
* [lldb-mi] Fix expansion of anonymous structures and unionsDawn Perchik2015-10-242-0/+69
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-2319-2/+40
* [lldb-mi] display summary for simple types + refactor (use lldb formatting fo...Dawn Perchik2015-10-232-8/+8
* Update every test to import `lldb_shared`.Zachary Turner2015-10-2219-70/+41
* [lldb-mi] Fix evaluation of strings containing characters from non-ascii rangeDawn Perchik2015-10-073-38/+82
* [lldb-mi] Add support for StopAtEntry in MI via "-exec-run --start".Dawn Perchik2015-10-011-0/+20
* Fix TestMiSymbol for gcc-4.9 test.Chaoren Lin2015-09-171-1/+1
* [lldb-mi] Fix the handling of files in -data-info-line and -symbol-list-lines.Dawn Perchik2015-09-176-3/+121
* Fix -data-evaluate-expression for array.Hafiz Abid Qadeer2015-09-072-0/+37
* Extend the XFAIL for TestMiBreakPavel Labath2015-09-071-1/+1
* [TestMiBreak] Replace expectedFlakeyLinux with an appropriate expectedFailureAllSiva Chandra2015-09-041-1/+1
* Remove Unicode byte-order mark from python files.Zachary Turner2015-08-1316-16/+16
* Disable lldb-mi tests on Windows.Zachary Turner2015-08-1316-94/+93
* Add size field to library load event (MI)Ilia K2015-08-111-4/+3
* [lldb-mi] Fix evaluation for children of created variable object.Dawn Perchik2015-07-311-0/+11
* Escape new line and tabs in the result of variable evaluation.Hafiz Abid Qadeer2015-07-311-1/+1
* Mark TestMiBreak as falkey on LinuxTamas Berghammer2015-07-301-0/+1
* Clean up test/tools/lldb-mi/variable/main.cpp after r243619Ilia K2015-07-301-1/+1
* Fix bug in expression display when determining if a pointer should be treated...Ilia K2015-07-302-0/+13
* [lldb-mi] Fix tests added in r243484 for breakpoints using file:func syntax.Dawn Perchik2015-07-291-22/+19
* [lldb-mi] XFAIL new test added in r243484.Dawn Perchik2015-07-291-0/+1
* [lldb-mi] Fix setting of breakpoints using file:func syntax.Dawn Perchik2015-07-281-1/+19
* Support escapes and quotes in string and character values.Ilia K2015-07-282-29/+29
* [lldb-mi] Fix breakpoints on functions when C++ namespaces are used.Dawn Perchik2015-07-271-9/+13
* [lldb-mi tests] Fix typo of sensitive.Bruce Mitchener2015-07-221-4/+4
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-212-0/+24
* Expand result with type char* to string in -data-evaluate-expressionIlia K2015-06-252-2/+2
* Fix FIXME comments in MiBreakTestCase.test_lldbmi_break_insert_settings as su...Dawn Perchik2015-06-231-9/+6
* Adding some more flakey tests to the XFAIL listVince Harron2015-06-223-0/+4
* Enhance lldb-mi arguments test (MI)Dawn Perchik2015-06-222-10/+39
* Add negative test for target.move-to-nearest-code=off using source locationDawn Perchik2015-06-171-4/+12
* [LLDB-MI] Properly detect missing mandatory arguments to MI commandsBruce Mitchener2015-06-082-2/+5
* Improve handling of print value argument in -stack-list-* commands.Hafiz Abid Qadeer2015-05-291-19/+19
* Have lldb-mi tests import pexpect at a narrower scope.Zachary Turner2015-05-261-1/+1
* Fix handling of hijacked events in synchronous modeIlia K2015-05-201-0/+5
* Don't print =breakpoint-created if BP info was emitted in the result record (MI)Ilia K2015-05-193-7/+11
* Fix typo in previous commitPavel Labath2015-05-181-1/+1
* Update TestMiVar with a bug idPavel Labath2015-05-181-1/+1
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-182-0/+49
* XFAIL'd MiVarTestCase.test_lldbmi_eval on gcc-4.9/i386Vince Harron2015-05-151-0/+1
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-152-49/+0
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-152-0/+49
* Improve the MiVarTestCase.test_lldbmi_var_list_children test (MI)Ilia K2015-05-152-6/+32
* Fix CMICmdArgValPrintValues::Validate & enable 4 tests that were XFAIL'ed in ...Ilia K2015-05-152-4/+0
* XFAIL 4 lldb-mi tests to get Linux build green back (MI)Ilia K2015-05-152-0/+4
* Fix parsing of print-values arg (MI)Ilia K2015-05-152-18/+9
* Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)Ilia K2015-05-151-3/+3
OpenPOWER on IntegriCloud