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
*
Fix incorrect usage of `str` in _match_decorator_property.
Zachary Turner
2016-02-09
1
-1
/
+1
*
Remove skipIf<compiler> decorators.
Zachary Turner
2016-02-09
15
-25
/
+16
*
Remove decorators related to debug info types.
Zachary Turner
2016-02-09
6
-31
/
+6
*
Delete all the xfail / skip decorators for specific compilers.
Zachary Turner
2016-02-09
22
-43
/
+26
*
Remove expected failure and skip decorators for host os.
Zachary Turner
2016-02-09
8
-44
/
+38
*
Fix a typo in an xfail decorator in TestExprsChar
Tamas Berghammer
2016-02-09
1
-1
/
+1
*
[TestExprsChar] Fix a typo is failure archs list
Siva Chandra
2016-02-09
1
-1
/
+1
*
Remove skip and xfail decorators for target architecture.
Zachary Turner
2016-02-09
9
-25
/
+10
*
Remove skipIfHostPlatform and skipUnlessHostPlatform decorators.
Zachary Turner
2016-02-09
3
-20
/
+4
*
Remove the skipUnlessArch decorator.
Zachary Turner
2016-02-09
3
-35
/
+8
*
A number of improvements to decorator conditionals.
Zachary Turner
2016-02-08
4
-28
/
+30
*
Remove expectedFailureWindows decorator.
Zachary Turner
2016-02-08
117
-193
/
+181
*
Show real error message in -data-evaluate-expression
Eugene Leviant
2016-02-08
1
-1
/
+1
*
Revert "Enable test_lldbmi_settings_set_target_run_args_before on linux"
Pavel Labath
2016-02-08
1
-0
/
+1
*
Fix an issue where certain CommandObjects (or Options thereof) were being cre...
Enrico Granata
2016-02-06
1
-0
/
+48
*
Take 2: Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-05
3
-0
/
+275
*
Bump up the packet timeout for gdbremote tests
Pavel Labath
2016-02-05
1
-1
/
+1
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
343
-803
/
+1246
*
Revert "Use an artifical namespace so that member vars do not hide local vars."
Siva Chandra
2016-02-04
3
-275
/
+0
*
Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-04
3
-0
/
+275
*
Move some of the common decorators to decorators.py.
Zachary Turner
2016-02-04
33
-278
/
+331
*
Enable test_lldbmi_settings_set_target_run_args_before on linux
Pavel Labath
2016-02-04
1
-1
/
+0
*
Mark TestProcessIO as flaky on android
Pavel Labath
2016-02-04
1
-1
/
+5
*
Add verbose logging support to gdb-remote tests
Pavel Labath
2016-02-04
1
-7
/
+39
*
Fix missing module qualification of subprocess.PIPE.
Zachary Turner
2016-02-03
1
-1
/
+1
*
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
3
-79
/
+80
*
Remove skipUnlessListedRemote test decorator
Pavel Labath
2016-02-03
2
-17
/
+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
3
-34
/
+36
*
Re-write many skip decorators to use shared code.
Zachary Turner
2016-02-02
1
-205
/
+90
*
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
*
Mark TestProcessIO.test_stdin_redirection as flaky on android
Pavel Labath
2016-02-02
1
-0
/
+1
*
Fix single-stepping onto a breakpoint
Pavel Labath
2016-02-02
1
-25
/
+67
*
Fix compiler lookup when specified without path
Pavel Labath
2016-02-02
2
-2
/
+3
*
Fix getCompiler in unit testing framework on compiler symlinks
Stephane Sezer
2016-02-01
1
-1
/
+2
*
Always write the session file in UTF-8.
Zachary Turner
2016-02-01
3
-3
/
+5
*
Fix misnamed variable in TestProcessAPI.py
Zachary Turner
2016-02-01
1
-2
/
+2
*
Remove flaky annotation for TestCallWithTimeout on linux
Pavel Labath
2016-02-01
1
-1
/
+0
*
Set correct ThreadStopInfo in case of trace event
Abhishek Aggarwal
2016-02-01
2
-4
/
+0
*
Fix this test for the the switch in default for IgnoreBreakpoints in SBFrame....
Jim Ingham
2016-01-29
1
-1
/
+6
*
Fix crash in lldb-mi when stack variable name is nullptr. This always happens...
Eugene Leviant
2016-01-29
2
-0
/
+28
*
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
*
Revert "Resubmit r258759 with proper unicode handling."
Zachary Turner
2016-01-27
2
-2
/
+3
*
Resubmit r258759 with proper unicode handling.
Zachary Turner
2016-01-27
2
-3
/
+2
*
Fix some python 3 incompatibilities that went in overnight.
Zachary Turner
2016-01-27
2
-2
/
+4
[next]