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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linux
Omair Javaid
2016-05-16
2
-0
/
+2
*
test: remove use of undefined variables
Saleem Abdulrasool
2016-05-16
1
-2
/
+1
*
test: add missing splat
Saleem Abdulrasool
2016-05-16
1
-1
/
+1
*
test: add missing parameter
Saleem Abdulrasool
2016-05-16
1
-1
/
+1
*
surface build error content through test event system
Todd Fiala
2016-05-14
8
-21
/
+147
*
test infra: catch bad decorators and import-time errors
Todd Fiala
2016-05-13
11
-67
/
+307
*
Clean up test results on Windows.
Zachary Turner
2016-05-13
10
-4
/
+10
*
Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...
Greg Clayton
2016-05-12
3
-6
/
+10
*
Added missing makefile from patch D19124 (should fix the corresponding commit...
Cameron Desrochers
2016-05-12
1
-0
/
+5
*
[LLDB] Added support for PHI nodes to IR interpreter
Marianne Mailhot-Sarrasin
2016-05-12
2
-0
/
+57
*
Xfail failing watchpoint tests on aarch64-linux
Omair Javaid
2016-05-11
5
-0
/
+6
*
Rewriting TestMultithreaded.py to solve flakyness on Linux
Ravitheja Addepally
2016-05-11
2
-29
/
+18
*
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
9
-105
/
+36
*
Add a testcase for "BreakpointSetBySourceRegex"
Jim Ingham
2016-05-10
5
-0
/
+139
*
Added a testcase that verifies that multiline expressions work.
Sean Callanan
2016-05-09
3
-0
/
+68
*
Mark TestPrintStackTraces as flaky on linux
Pavel Labath
2016-05-09
1
-0
/
+1
*
Enable NamespaceLookupTestCase.test_scope_lookup_before_using_with_run_comman...
Pavel Labath
2016-05-09
1
-1
/
+1
*
Fix TestEvents.py on OS X
Todd Fiala
2016-05-05
1
-3
/
+6
*
fix argument usage for '-#' command line option
Todd Fiala
2016-05-05
1
-1
/
+1
*
Downgrade skip to xfail in TestBitfields on linux
Pavel Labath
2016-05-05
1
-1
/
+1
*
Fix syntax errors in TestEnumTypes
Pavel Labath
2016-05-05
1
-1
/
+2
*
Fix DW_AT_specification handling in DWO files
Pavel Labath
2016-05-05
5
-0
/
+70
*
XFail TestEnumTypes.py on Windows
Adrian McCarthy
2016-05-04
2
-7
/
+8
*
XFail TestLambdas.py on Windows after fixing some of the problems
Adrian McCarthy
2016-05-04
3
-9
/
+13
*
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
*
Fix an issue where the apropos command would not print fully qualified comman...
Enrico Granata
2016-05-02
1
-0
/
+22
*
Import block pointers from DWARF as Clang block pointers, not as structs.
Sean Callanan
2016-05-02
1
-1
/
+0
*
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
*
Fix TestEnumTypes.py for 32 bit platforms.
Chaoren Lin
2016-04-29
1
-2
/
+2
*
Watch out for compilers that generate bad bitfield info. If the bit size of a...
Greg Clayton
2016-04-29
1
-1
/
+0
*
Make sure LLDB can deal with forward declarations to enums without crashing o...
Greg Clayton
2016-04-29
2
-1
/
+19
*
[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-29
3
-0
/
+35
*
XFail TestBitfields.py Python API tests.
Chaoren Lin
2016-04-28
1
-0
/
+1
*
Provide location information (file name, line number) in TSan reports about g...
Kuba Brecka
2016-04-28
3
-0
/
+98
*
Remote flaky decorator from TestSignalsAPI on linux
Pavel Labath
2016-04-28
1
-1
/
+0
*
Revert "Fixed a bug where const this would cause parser errors about $__lldb_...
Pavel Labath
2016-04-28
3
-35
/
+0
*
Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-28
3
-0
/
+35
*
XFail TestIRInterpreter on Windows
Adrian McCarthy
2016-04-27
1
-0
/
+1
*
Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.
Sean Callanan
2016-04-27
3
-0
/
+84
*
Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests i...
Kuba Brecka
2016-04-27
5
-0
/
+22
*
Remove flaky decorator from three tests on linux
Pavel Labath
2016-04-27
3
-3
/
+0
*
Fix TestRegisterVariables.py on Windows
Adrian McCarthy
2016-04-26
1
-3
/
+3
*
Fix send and receive of ACK byte in test infrastructure for Python 3.5
Adrian McCarthy
2016-04-26
2
-6
/
+2
*
Bump up timeout in TestCallWithTimeout
Pavel Labath
2016-04-26
1
-2
/
+2
*
Fix TestGetVariables.py.
Chaoren Lin
2016-04-25
2
-2
/
+3
*
Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...
Greg Clayton
2016-04-25
3
-0
/
+223
*
Store absolute path for lldb executable in dotest.py
Francis Ricci
2016-04-25
1
-1
/
+1
[prev]
[next]