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
*
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
*
Fix single-stepping onto a breakpoint
Pavel Labath
2016-02-02
1
-25
/
+67
*
Set correct ThreadStopInfo in case of trace event
Abhishek Aggarwal
2016-02-01
2
-4
/
+0
*
Fix a bug where type <formatter> list would ignore the -w argument
Enrico Granata
2016-01-29
1
-0
/
+4
*
Fix a bug where LLDB would not print the name of the function that a scripted...
Enrico Granata
2016-01-29
6
-0
/
+92
*
Fix an issue where the type <formatter> list command would not accept a valid...
Enrico Granata
2016-01-28
1
-0
/
+26
*
Fix some python 3 incompatibilities that went in overnight.
Zachary Turner
2016-01-27
1
-1
/
+3
*
Refactor some of the xfail / skip decorators to share logic.
Zachary Turner
2016-01-27
3
-3
/
+5
*
Decorarte TestInferiorAssert xfails on AArch64 Linux
Omair Javaid
2016-01-27
1
-3
/
+3
*
[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS
Bhushan D. Attarde
2016-01-27
3
-0
/
+109
*
Fix TestRerun.py on Windows.
Zachary Turner
2016-01-26
1
-25
/
+6
*
Fix TestSyntheticCapping for Python 3.
Zachary Turner
2016-01-26
1
-19
/
+19
*
fixed TestConsecutiveBreakpoints test on OS X
Todd Fiala
2016-01-23
3
-6
/
+6
*
More fixes related to counting threads on Windows.
Zachary Turner
2016-01-22
2
-82
/
+31
*
XFail a test from TestConditionalBreak.py on Windows.
Adrian McCarthy
2016-01-22
1
-2
/
+3
*
Fix TestImport.py to work with Python 3.5.
Adrian McCarthy
2016-01-21
1
-2
/
+4
*
Remove assumptions that thread 0 is always the main thread.
Zachary Turner
2016-01-21
5
-98
/
+27
*
Mark arm/aarch64 specific xfails with expectedFailureLinux decorator
Omair Javaid
2016-01-20
2
-2
/
+2
*
Enable TestInlineStepping on linux i386
Pavel Labath
2016-01-20
1
-2
/
+0
*
Enable TestConcurrentEvents on i386 linux
Pavel Labath
2016-01-20
1
-1
/
+0
*
Fix for Bug 25338
Ravitheja Addepally
2016-01-19
2
-9
/
+4
*
Remove last XTIMEOUTs from android tests
Pavel Labath
2016-01-19
1
-0
/
+3
*
On non-Windows platforms, asm int 3 generates an eStopReasonSignal.
Zachary Turner
2016-01-15
1
-1
/
+2
*
Fix TestDebugBreak.py.
Zachary Turner
2016-01-15
1
-2
/
+3
*
Fix decoration of TestConcurrentEvents
Pavel Labath
2016-01-15
1
-1
/
+35
*
Resubmit the fixes for TestProcessLaunch.py.
Zachary Turner
2016-01-14
2
-21
/
+26
*
Update some XFAILs after the 3.8->3.9 version change
Tamas Berghammer
2016-01-14
1
-1
/
+1
*
XFAIL TestCommandScriptImmediateOutput on Linux
Tamas Berghammer
2016-01-14
1
-0
/
+1
*
Revert changes to TestProcessLaunch.py as they are breaking a build.
Zachary Turner
2016-01-13
2
-32
/
+20
*
Fix TestProcessLaunch for Python 3.
Zachary Turner
2016-01-13
2
-20
/
+32
*
Mark these tests on FreeBSD and Linux as non-flakey. We don't know that they are
Enrico Granata
2016-01-13
1
-2
/
+0
*
Fix an issue where scripted commands would not actually print any of their ou...
Enrico Granata
2016-01-13
2
-0
/
+45
[next]