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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LLDB][MIPS] Fix TestLldbGdbServer failure for MIPS
Nitesh Jain
2017-01-10
2
-1
/
+265
*
[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
*
Fix dereferencing of pointers to empty classes
Tamas Berghammer
2017-01-07
3
-0
/
+81
*
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-up TestLinuxCore for r290874
Pavel Labath
2017-01-03
1
-0
/
+8
*
Simplify reading of Linux notes to correctly handle endianess.
Howard Hellyer
2017-01-03
1
-3
/
+1
*
XFail TestNoreturnUnwind for arm targets
Omair Javaid
2017-01-02
1
-0
/
+1
*
Ignore SIGPIPE in the mini-driver used by these tests.
Jim Ingham
2016-12-21
1
-0
/
+10
*
Rollback my commit r290168 to fix linux tests failure. I'll be back!
Boris Ulasevich
2016-12-20
3
-140
/
+0
*
Bug 30863 - Step doesn't stop with coditional breakpoint on the next line
Boris Ulasevich
2016-12-20
3
-0
/
+140
*
Test num locations >= 1 not == 1.
Jim Ingham
2016-12-14
1
-1
/
+1
*
Remove some annotations from TestMultipleTargets
Pavel Labath
2016-12-12
1
-8
/
+2
*
Fix i386 being able to show member variables correctly by not returning empty...
Greg Clayton
2016-12-09
2
-4
/
+5
*
Fix buildbots that are failing due to this test by adding all expected fails ...
Greg Clayton
2016-12-09
1
-0
/
+9
*
Rename multiple target test so it is unique.
Greg Clayton
2016-12-09
1
-1
/
+1
*
[LLDB][MIPS] Fix TestMultipleHits for MIPS
Nitesh Jain
2016-12-09
1
-2
/
+2
*
[LLDB][MIPS] Fix some test case failures due to elf_abi field of qprocessInfo...
Nitesh Jain
2016-12-09
1
-0
/
+1
*
Fix TestMultipleTargets for on x86_64 architectures
Pavel Labath
2016-12-09
1
-0
/
+2
*
Calling SBDebugger::CeeateTarget being called on multiple threads was crashin...
Greg Clayton
2016-12-09
3
-0
/
+78
*
Clean up the new TestInterruptThreadNames test a bit.
Jason Molenda
2016-12-08
1
-23
/
+39
*
When we interrupt a process, it was possible or the thread names
Jason Molenda
2016-12-08
3
-0
/
+180
*
Update test expectations after AddressSanitizer text descriptions changed in ...
Kuba Mracek
2016-12-02
2
-2
/
+2
*
Handle UTF-16 and UTF-32 constant CFStrings
Sean Callanan
2016-12-01
2
-0
/
+11
*
PR31214: Make a test tolerate "line 0" when stepping by instruction.
Paul Robinson
2016-11-30
1
-4
/
+10
*
XFAIL: TestNoreturnUnwind on android x86_64
Pavel Labath
2016-11-28
1
-0
/
+1
*
skip android in @skipIfHostIncompatibleWithRemote
Pavel Labath
2016-11-28
1
-1
/
+3
*
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
*
Enable TestMultithreaded-sb_api_listener_event_process_state on linux/gcc
Pavel Labath
2016-11-24
1
-8
/
+0
*
Enable TestBitfields on linux with clang
Pavel Labath
2016-11-24
1
-7
/
+0
*
Enable TestRegisterVariables for some configurations
Pavel Labath
2016-11-24
1
-5
/
+2
*
Enable WatchpointPythonCommandTestCase-test_continue_in_watchpoint_command
Pavel Labath
2016-11-24
1
-2
/
+0
*
Patch for lldb bug 26322 “core load hangs”
Howard Hellyer
2016-11-24
4
-0
/
+0
*
Patch for lldb bug 26322 “core load hangs”
Howard Hellyer
2016-11-24
12
-0
/
+369
*
ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64...
Dimitar Vlahovski
2016-11-20
4
-0
/
+88
*
Fix "thread step until" handling of multiple line inputs.
Jim Ingham
2016-11-18
3
-0
/
+117
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-0
/
+2
*
Fix TestMiniDumpNew.py test for Python 2/3 issue
Adrian McCarthy
2016-11-14
1
-3
/
+4
*
One more cleanup to lldb version printing
Chris Bieneman
2016-11-14
1
-5
/
+2
*
Disable sanitizer tests on Windows.
Zachary Turner
2016-11-12
1
-0
/
+4
*
Fix TestHelp on linux after version number syntax change
Tamas Berghammer
2016-11-11
1
-1
/
+1
*
Mark xfail TestNamespaceDefinitions for arm/aarch64 targets
Omair Javaid
2016-11-11
1
-0
/
+3
*
[Test-Suite] Fix all the sanitizer tests to be based on compiler capabilities
Chris Bieneman
2016-11-10
9
-33
/
+18
*
Un-XFail test on Windows. Has been in "unexpected success" mode for a while.
Adrian McCarthy
2016-11-10
1
-2
/
+0
*
Fix expectation in TestStaticVariables.py after rL286302
Tamas Berghammer
2016-11-09
1
-1
/
+1
*
Display the pointer value in the libstdc++ unique_ptr summary
Pavel Labath
2016-11-09
1
-4
/
+4
[prev]
[next]