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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB][PPC64] Fix single step and LldbGdbServer tests
Pavel Labath
2018-03-08
3
-6
/
+11
*
Add test for lldb-mi interpreter
Adrian Prantl
2018-03-06
2
-0
/
+39
*
[LLDB][PPC64] Fixed issues with expedited registers
Pavel Labath
2018-03-06
1
-0
/
+2
*
[test] Skip pexpect-based lldb-mi tests on Darwin
Vedant Kumar
2018-03-05
4
-1
/
+20
*
Adapt some tests to work with PPC64le architecture
Pavel Labath
2018-02-28
1
-2
/
+3
*
Move TestGdbRemoteExitCode next to the other llgs tests
Pavel Labath
2018-02-27
3
-363
/
+0
*
Fix a couple of more tests to not create files in the source tree
Pavel Labath
2018-02-21
2
-3
/
+3
*
Shorten socket names in TestPlatformProcessConnect
Pavel Labath
2018-02-16
1
-3
/
+3
*
[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
*
[test-suite] UNXfail several tests that now pass locally.
Davide Italiano
2018-01-29
1
-2
/
+0
*
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
7
-33
/
+39
*
Remove getCategories mechanism of specifying test categories
Pavel Labath
2017-11-02
2
-3
/
+1
*
Use ipv4 localhost address in lldb-server tests
Pavel Labath
2017-10-23
1
-1
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-25
21
-0
/
+103
*
Revert "Initial patchset to get the testsuite running against armv7 and arm64...
Chris Bieneman
2017-09-25
21
-103
/
+0
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-22
21
-0
/
+103
*
Revert this patch; I was emailing with Eugene and they have some other change...
Jason Molenda
2017-09-21
21
-103
/
+0
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-21
21
-0
/
+103
*
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] Skip TestGdbRemoteSingleStep and TestGdbRemote_vCont.py.
Nitesh Jain
2017-06-14
2
-0
/
+3
*
Add missing 'arch' key to valid qHostInfo keys
Francis Ricci
2017-05-05
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
*
Remove HostThreadLinux/Free/NetBSD
Pavel Labath
2017-03-17
3
-0
/
+69
*
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
*
Fix flakyness in TestGdbRemoteHostInfo
Pavel Labath
2017-03-02
2
-10
/
+0
*
Add a comment to describe purpose of signal-filtering test
Eugene Zemtsov
2017-02-28
1
-0
/
+2
*
Support NetBSD Thread ID in lldb-server tests
Kamil Rytarowski
2017-02-27
2
-0
/
+10
*
Hardware breakpoints for Linux on Arm/AArch64 targets
Omair Javaid
2017-02-24
2
-14
/
+61
*
Implement QPassSignals GDB package in lldb-server
Pavel Labath
2017-02-24
4
-1
/
+157
*
Finish the reformatting of the lldb-server test executables
Pavel Labath
2017-02-23
3
-366
/
+316
*
Reformat inferior's main.cpp in lldb-server test
Pavel Labath
2017-02-23
2
-333
/
+302
*
[LLDB][MIPS] Fix TestMiExec and TestMiData failures
Nitesh Jain
2017-02-08
2
-3
/
+19
*
Prevent client from querying each thread's PC at each stop.
Pavel Labath
2017-01-20
1
-3
/
+116
*
[LLDB][MIPS] Fix TestLldbGdbServer failure for MIPS
Nitesh Jain
2017-01-10
1
-1
/
+9
*
[LLDB][MIPS] Revert TestLldbGdbServer failure for MIPS
Nitesh Jain
2017-01-10
1
-9
/
+1
*
[LLDB][MIPS] Fix TestLldbGdbServer failure for MIPS
Nitesh Jain
2017-01-10
1
-1
/
+9
*
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
*
[LLDB][MIPS] Fix some test case failures due to elf_abi field of qprocessInfo...
Nitesh Jain
2016-12-09
1
-0
/
+1
*
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
[next]