summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-mi
Commit message (Expand)AuthorAgeFilesLines
* [lldb-mi] This test now passes consistently, unXFAIL it.Davide Italiano2018-02-091-1/+0
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-305-8/+12
* Move getBuildArtifact() from TestBase to Base and derive MiTestCaseBase from itAdrian Prantl2018-01-231-1/+1
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-194-23/+32
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-022-3/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-255-0/+31
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-255-31/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-225-0/+31
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-215-31/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-215-0/+31
* Fix lldb-mi test data_read_memory_bytes_globalTed Woodward2017-09-072-4/+4
* Skip test_lldbmi_var_update on Darwin.Sean Callanan2017-07-241-0/+1
* [LLDB][MIPS] Forgot to add check in commit rl301530Nitesh Jain2017-04-271-2/+4
* [LLDB][MIPS] Fix TestMiExec.py failure.Nitesh Jain2017-04-271-2/+8
* Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-cre...Ilia K2017-04-043-0/+106
* BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across ...Pavel Labath2017-03-152-19/+31
* Disable the lldb-mi tests on remote platforms.Sean Callanan2017-03-0416-0/+64
* [LLDB][MIPS] Fix TestMiExec and TestMiData failuresNitesh Jain2017-02-082-3/+19
* Revert "XFAIL an lldb-mi test"Pavel Labath2017-01-061-2/+0
* Skip a test on darwin.Hafiz Abid Qadeer2017-01-051-0/+1
* [lldb-mi] Fix implementation for a few mi commandsHafiz Abid Qadeer2017-01-055-5/+98
* XFAIL an lldb-mi testPavel Labath2017-01-051-0/+2
* Fix TestMiExec.test_lldbmi_exec_next_instructionPavel Labath2016-11-241-1/+1
* Enable MiExecTestCase-test_lldbmi_exec_next_instructionPavel Labath2016-11-241-3/+0
* xfail TestMiSyntax.py's test_lldbmi_output_grammar on macOSTodd Fiala2016-10-181-0/+1
* Fix parsing expressions to evaluate with spaces and optional args (MI)Ilia K2016-09-221-5/+14
* Add MiSyntaxTestCase.test_lldbmi_output_grammar test (MI)Ilia K2016-09-121-0/+101
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0620-794/+1243
* Fix -break-insert not working when using absolute paths (MI)Ilia K2016-07-291-1/+0
* Fix -break-enable/-break-disable commands (MI)Ilia K2016-07-141-0/+45
* Removed the redundant "%d errors parsing expression" error. Nobody keeps score.Sean Callanan2016-06-301-2/+2
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-3/+5
* Fix makefile for TestMiThreadInfo after rL265858 (2nd try)Tamas Berghammer2016-04-111-0/+2
* Fix makefile for TestMiThreadInfo after rL265858Tamas Berghammer2016-04-111-2/+0
* -thread-info in lldbmi does not conform to protocol. Should end with current ...Chuck Ries2016-04-083-0/+67
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-2/+2
* Mark TestMiBreak.test_lldbmi_break_insert_function_pending as flaky on linuxPavel Labath2016-02-221-0/+1
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-105-5/+5
* Delete all the xfail / skip decorators for specific compilers.Zachary Turner2016-02-091-2/+2
* Remove skip and xfail decorators for target architecture.Zachary Turner2016-02-091-1/+1
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-082-11/+11
* Show real error message in -data-evaluate-expressionEugene Leviant2016-02-081-1/+1
* Revert "Enable test_lldbmi_settings_set_target_run_args_before on linux"Pavel Labath2016-02-081-0/+1
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0418-7/+36
* Enable test_lldbmi_settings_set_target_run_args_before on linuxPavel Labath2016-02-041-1/+0
* Fix crash in lldb-mi when stack variable name is nullptr. This always happens...Eugene Leviant2016-01-292-0/+28
* XFAIL TestMiSymbol on linuxPavel Labath2016-01-061-0/+1
* Apply missed changes from svn r256863 "Add support for "source info" and use ...Dawn Perchik2016-01-061-3/+3
* Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik2016-01-052-3/+10
* Mark a test_lldbmi_gdb_set_target_async_on as flaky on linuxPavel Labath2016-01-051-0/+1
OpenPOWER on IntegriCloud