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
*
Make File option flags consistent for Python API
Stephane Sezer
2016-03-24
2
-1
/
+44
*
Make 'type lookup' print an error message instead of complete radio silence w...
Enrico Granata
2016-03-24
1
-0
/
+1
*
Add ThreadSanitizer debugging support.
Kuba Brecka
2016-03-23
6
-0
/
+219
*
Change 'apropos' such that it doesn't look into the "long help/syntax" string...
Enrico Granata
2016-03-23
1
-1
/
+1
*
Fix a bug caused by my alias refactoring where, if an alias was defined in te...
Enrico Granata
2016-03-22
3
-0
/
+87
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-42
/
+42
*
Fix thread/process ID reading from linux core files
Pavel Labath
2016-03-16
7
-0
/
+94
*
On some platforms, the compiler is allowed to assume that BOOL == bool. On ot...
Enrico Granata
2016-03-15
2
-1
/
+9
*
Make it so that the data formatter for NSError can see through a variable of ...
Enrico Granata
2016-03-15
2
-5
/
+8
*
Fixed MemoryCache L1 cache flush
Marianne Mailhot-Sarrasin
2016-03-11
3
-0
/
+81
*
[LLDB][MIPS] Fix TestDisassembleBreakpoint
Mohit K. Bhakkad
2016-03-07
1
-1
/
+1
*
Revert a part of "Add/Improve complex, vector, aggregate types handling for S...
Pavel Labath
2016-02-29
1
-3
/
+3
*
Add/Improve complex, vector, aggregate types handling for SysV ARM (hard/soft...
Omair Javaid
2016-02-29
1
-3
/
+3
*
[LLDB][MIPS] Fix TestInferiorAssert.py for MIPS
Sagar Thakur
2016-02-26
1
-0
/
+4
*
Get register context for the 32-bit process in a WoW64 process minidump
Adrian McCarthy
2016-02-25
3
-0
/
+107
*
xfail case sensitivity test on Linux.
Zachary Turner
2016-02-24
1
-0
/
+1
*
Some fixes for case insensitive paths on Windows.
Zachary Turner
2016-02-24
3
-0
/
+134
*
Remove expectedFailureFreeBSD decorator
Ed Maste
2016-02-19
10
-14
/
+14
*
Remove XFAIL from test passing on FreeBSD
Ed Maste
2016-02-19
1
-1
/
+0
*
Remove XFAIL from test passing on FreeBSD
Ed Maste
2016-02-19
1
-1
/
+0
*
Remove expectedFlakeyFreeBSD decorator for prompt setting
Ed Maste
2016-02-18
1
-1
/
+0
*
Add target and host platform enumerations so we're not using strings.
Zachary Turner
2016-02-18
2
-2
/
+4
*
Bump up timeout in TestChangeProcessGroup
Pavel Labath
2016-02-16
1
-1
/
+1
*
[TestLibCxxAtomic] Skip for GCC.
Siva Chandra
2016-02-13
1
-0
/
+1
*
[TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.
Siva Chandra
2016-02-13
1
-0
/
+1
*
Data formatter support for libc++ std::atomic<T>
Enrico Granata
2016-02-12
3
-0
/
+81
*
The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...
Enrico Granata
2016-02-12
4
-64
/
+1
*
When calling TypeSystemMap::Clear, objects being destroyed in the process of
Jim Ingham
2016-02-12
1
-17
/
+16
*
XFAIL TestCommandScriptImmediateOutput on FreeBSD also
Ed Maste
2016-02-11
1
-1
/
+1
*
Remove expectedFailureLinux decorator.
Zachary Turner
2016-02-10
17
-48
/
+46
*
[LLDB][MIPS] Generalise MIPS arch names
Mohit K. Bhakkad
2016-02-10
3
-3
/
+3
*
Remove skipIf<compiler> decorators.
Zachary Turner
2016-02-09
12
-12
/
+12
*
Remove decorators related to debug info types.
Zachary Turner
2016-02-09
1
-1
/
+1
*
Delete all the xfail / skip decorators for specific compilers.
Zachary Turner
2016-02-09
8
-9
/
+9
*
Remove expected failure and skip decorators for host os.
Zachary Turner
2016-02-09
6
-37
/
+37
*
Remove skipIfHostPlatform and skipUnlessHostPlatform decorators.
Zachary Turner
2016-02-09
2
-4
/
+4
*
Remove the skipUnlessArch decorator.
Zachary Turner
2016-02-09
1
-7
/
+7
*
A number of improvements to decorator conditionals.
Zachary Turner
2016-02-08
2
-2
/
+2
*
Remove expectedFailureWindows decorator.
Zachary Turner
2016-02-08
46
-78
/
+78
*
Fix an issue where certain CommandObjects (or Options thereof) were being cre...
Enrico Granata
2016-02-06
1
-0
/
+48
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
134
-150
/
+301
*
Move some of the common decorators to decorators.py.
Zachary Turner
2016-02-04
10
-12
/
+20
*
The SetStopInfo from a Mach Exception was setting the stop
Jim Ingham
2016-02-03
1
-1
/
+0
*
Move some android platform functions to lldbplatformutil.
Zachary Turner
2016-02-03
1
-4
/
+4
*
Remove skipUnlessListedRemote test decorator
Pavel Labath
2016-02-03
1
-5
/
+0
*
Fix inverted conditional in TestInferiorAssert.py
Zachary Turner
2016-02-02
1
-2
/
+2
*
Don't return a tuple from the skip test function.
Zachary Turner
2016-02-02
2
-3
/
+3
*
XFAIL TestConsecutiveBreakpoints.test_single_step_thread_specific on OSX
Pavel Labath
2016-02-02
1
-0
/
+1
*
skip TestWatchLocation on OS X
Todd Fiala
2016-02-02
1
-0
/
+1
*
Remove redundant test in TestExitDuringStep
Pavel Labath
2016-02-02
1
-12
/
+4
[next]