index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
tools
/
lldb-mi
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb-mi] This test now passes consistently, unXFAIL it.
Davide Italiano
2018-02-09
1
-1
/
+0
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
5
-8
/
+12
*
Move getBuildArtifact() from TestBase to Base and derive MiTestCaseBase from it
Adrian Prantl
2018-01-23
1
-1
/
+1
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
4
-23
/
+32
*
Remove getCategories mechanism of specifying test categories
Pavel Labath
2017-11-02
2
-3
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-25
5
-0
/
+31
*
Revert "Initial patchset to get the testsuite running against armv7 and arm64...
Chris Bieneman
2017-09-25
5
-31
/
+0
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-22
5
-0
/
+31
*
Revert this patch; I was emailing with Eugene and they have some other change...
Jason Molenda
2017-09-21
5
-31
/
+0
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-21
5
-0
/
+31
*
Fix lldb-mi test data_read_memory_bytes_global
Ted Woodward
2017-09-07
2
-4
/
+4
*
Skip test_lldbmi_var_update on Darwin.
Sean Callanan
2017-07-24
1
-0
/
+1
*
[LLDB][MIPS] Forgot to add check in commit rl301530
Nitesh Jain
2017-04-27
1
-2
/
+4
*
[LLDB][MIPS] Fix TestMiExec.py failure.
Nitesh Jain
2017-04-27
1
-2
/
+8
*
Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-cre...
Ilia K
2017-04-04
3
-0
/
+106
*
BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across ...
Pavel Labath
2017-03-15
2
-19
/
+31
*
Disable the lldb-mi tests on remote platforms.
Sean Callanan
2017-03-04
16
-0
/
+64
*
[LLDB][MIPS] Fix TestMiExec and TestMiData failures
Nitesh Jain
2017-02-08
2
-3
/
+19
*
Revert "XFAIL an lldb-mi test"
Pavel Labath
2017-01-06
1
-2
/
+0
*
Skip a test on darwin.
Hafiz Abid Qadeer
2017-01-05
1
-0
/
+1
*
[lldb-mi] Fix implementation for a few mi commands
Hafiz Abid Qadeer
2017-01-05
5
-5
/
+98
*
XFAIL an lldb-mi test
Pavel Labath
2017-01-05
1
-0
/
+2
*
Fix TestMiExec.test_lldbmi_exec_next_instruction
Pavel Labath
2016-11-24
1
-1
/
+1
*
Enable MiExecTestCase-test_lldbmi_exec_next_instruction
Pavel Labath
2016-11-24
1
-3
/
+0
*
xfail TestMiSyntax.py's test_lldbmi_output_grammar on macOS
Todd Fiala
2016-10-18
1
-0
/
+1
*
Fix parsing expressions to evaluate with spaces and optional args (MI)
Ilia K
2016-09-22
1
-5
/
+14
*
Add MiSyntaxTestCase.test_lldbmi_output_grammar test (MI)
Ilia K
2016-09-12
1
-0
/
+101
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
20
-794
/
+1243
*
Fix -break-insert not working when using absolute paths (MI)
Ilia K
2016-07-29
1
-1
/
+0
*
Fix -break-enable/-break-disable commands (MI)
Ilia K
2016-07-14
1
-0
/
+45
*
Removed the redundant "%d errors parsing expression" error. Nobody keeps score.
Sean Callanan
2016-06-30
1
-2
/
+2
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
1
-3
/
+5
*
Fix makefile for TestMiThreadInfo after rL265858 (2nd try)
Tamas Berghammer
2016-04-11
1
-0
/
+2
*
Fix makefile for TestMiThreadInfo after rL265858
Tamas Berghammer
2016-04-11
1
-2
/
+0
*
-thread-info in lldbmi does not conform to protocol. Should end with current ...
Chuck Ries
2016-04-08
3
-0
/
+67
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-2
/
+2
*
Mark TestMiBreak.test_lldbmi_break_insert_function_pending as flaky on linux
Pavel Labath
2016-02-22
1
-0
/
+1
*
Remove expectedFailureLinux decorator.
Zachary Turner
2016-02-10
5
-5
/
+5
*
Delete all the xfail / skip decorators for specific compilers.
Zachary Turner
2016-02-09
1
-2
/
+2
*
Remove skip and xfail decorators for target architecture.
Zachary Turner
2016-02-09
1
-1
/
+1
*
Remove expectedFailureWindows decorator.
Zachary Turner
2016-02-08
2
-11
/
+11
*
Show real error message in -data-evaluate-expression
Eugene Leviant
2016-02-08
1
-1
/
+1
*
Revert "Enable test_lldbmi_settings_set_target_run_args_before on linux"
Pavel Labath
2016-02-08
1
-0
/
+1
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
18
-7
/
+36
*
Enable test_lldbmi_settings_set_target_run_args_before on linux
Pavel Labath
2016-02-04
1
-1
/
+0
*
Fix crash in lldb-mi when stack variable name is nullptr. This always happens...
Eugene Leviant
2016-01-29
2
-0
/
+28
*
XFAIL TestMiSymbol on linux
Pavel Labath
2016-01-06
1
-0
/
+1
*
Apply missed changes from svn r256863 "Add support for "source info" and use ...
Dawn Perchik
2016-01-06
1
-3
/
+3
*
Add support for "source info" and use it to fix MI's -symbol-list-lines.
Dawn Perchik
2016-01-05
2
-3
/
+10
*
Mark a test_lldbmi_gdb_set_target_async_on as flaky on linux
Pavel Labath
2016-01-05
1
-0
/
+1
[next]