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
/
functionalities
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't run TestImageListMultiArchitecture during remote test suite
Francis Ricci
2016-06-24
1
-0
/
+1
*
Allow installing watchpoints at less than 8-byte alligned addresses for AArch...
Omair Javaid
2016-06-16
3
-0
/
+188
*
Enable some tests on linux
Pavel Labath
2016-06-09
2
-3
/
+3
*
Add a test for the failure described by pr28055. Mark it as xfail.
Jim Ingham
2016-06-08
2
-0
/
+68
*
Revert "Make lldbinline.py regenerate the Makefile each time it builds."
Pavel Labath
2016-06-07
4
-31
/
+11
*
Make lldbinline.py regenerate the Makefile each time it builds.
Sean Callanan
2016-06-07
4
-11
/
+31
*
[tsan] Prefer mangled name looking up variable declaration for racy address
Devin Coughlin
2016-06-01
3
-0
/
+98
*
Add "-gmodules" support to the test suite.
Todd Fiala
2016-05-26
1
-0
/
+1
*
It has been brought to my attention that, given two variables
Enrico Granata
2016-05-25
2
-6
/
+9
*
Mark some aarch64-linux specific xfails marking bug entries
Omair Javaid
2016-05-25
2
-2
/
+2
*
Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...
Enrico Granata
2016-05-25
1
-0
/
+1
*
Mark some arm-linux specific xfails marking bug entries
Omair Javaid
2016-05-25
1
-0
/
+1
*
Reword ThreadSanitizer message for invalid mutex reports.
Kuba Brecka
2016-05-22
1
-1
/
+1
*
Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.
Jim Ingham
2016-05-19
1
-0
/
+77
*
xfail TestWatchLocation.py for arm-linux targets
Omair Javaid
2016-05-17
1
-0
/
+1
*
Make LLDB print out an explicit marker when it's displaying formatters that a...
Enrico Granata
2016-05-16
1
-0
/
+2
*
Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linux
Omair Javaid
2016-05-16
1
-0
/
+1
*
Clean up test results on Windows.
Zachary Turner
2016-05-13
3
-1
/
+4
*
Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...
Greg Clayton
2016-05-12
1
-5
/
+1
*
Xfail failing watchpoint tests on aarch64-linux
Omair Javaid
2016-05-11
4
-0
/
+5
*
Corrected aarch64 register no in TestBreakpointConditions.py
Omair Javaid
2016-05-11
1
-1
/
+1
*
Fix race in TestExitDuringStep and unify pseudo_barrier handling
Pavel Labath
2016-05-10
8
-105
/
+13
*
Add a testcase for "BreakpointSetBySourceRegex"
Jim Ingham
2016-05-10
5
-0
/
+139
*
Added a testcase for the ptr_refs tool so we catch if it stops working.
Sean Callanan
2016-05-03
3
-0
/
+75
*
Split out console and file writing cases in TestCommandScriptImmediateOutput
Francis Ricci
2016-05-03
1
-4
/
+17
*
I forgot to check in the test case for the changes I made to synthetic childr...
Enrico Granata
2016-05-02
4
-0
/
+127
*
Update test for r268192.
Kuba Brecka
2016-05-01
1
-3
/
+3
*
Provide location information (file name, line number) in TSan reports about g...
Kuba Brecka
2016-04-28
3
-0
/
+98
*
Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests i...
Kuba Brecka
2016-04-27
4
-0
/
+4
*
Remove flaky decorator from three tests on linux
Pavel Labath
2016-04-27
2
-2
/
+0
*
Remove flaky decorator from two tests on linux
Pavel Labath
2016-04-25
2
-4
/
+0
*
Add a --element-count option to the expression command
Enrico Granata
2016-04-25
6
-0
/
+203
*
Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.
Kuba Brecka
2016-04-22
3
-0
/
+131
*
Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...
Enrico Granata
2016-04-20
3
-0
/
+64
*
Fix xfail for test_tilde_home_directory on windows
Tamas Berghammer
2016-04-20
1
-1
/
+1
*
llvm::sys::path::home_directory() relies on having "HOME" set in the environm...
Greg Clayton
2016-04-19
1
-0
/
+60
*
Fixup r266327
Pavel Labath
2016-04-18
1
-2
/
+2
*
[LLDB][MIPS] Fix TestConcurrentEvents
Mohit K. Bhakkad
2016-04-18
1
-35
/
+35
*
Make destructor breakpoint location test more resilient
Pavel Labath
2016-04-15
2
-8
/
+43
*
Disable LinuxCoreTestCase.test_s390x
Ulrich Weigand
2016-04-14
1
-0
/
+2
*
[test] make expect_state_changes actually expect *only* them
Pavel Labath
2016-04-14
2
-11
/
+12
*
Fix test cases for big-endian systems
Ulrich Weigand
2016-04-14
6
-70
/
+146
*
Fixes for platforms that default to unsigned char
Ulrich Weigand
2016-04-14
1
-1
/
+1
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
9
-1
/
+18
*
Attempt to fix TestCPPBreakpointLocations on Linux/Android.
Oleksiy Vyalov
2016-04-13
1
-1
/
+1
*
Fix breakpoint_set_restart test for Windows
Adrian McCarthy
2016-04-12
1
-2
/
+8
*
Fixed being able to set breakpoints on destructors when we don't fully specif...
Greg Clayton
2016-04-12
1
-0
/
+3
*
Breakpoint conditions were making result variables, which they should not do.
Jim Ingham
2016-04-12
1
-0
/
+4
*
'int' is reported as an exception on OS X not as a signal. I don't think
Jim Ingham
2016-04-12
1
-1
/
+1
*
Fixup TestFdLeak
Pavel Labath
2016-04-12
1
-3
/
+5
[next]