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 some issues with swig & string conversion.
Zachary Turner
2015-11-18
3
-3
/
+12
*
[LLDB][MIPS] Fix TestDisassembleBreakpoint.py for MIPS
Sagar Thakur
2015-11-18
1
-2
/
+6
*
[MIPS][LLDB]Fix TestBreakpointCondition.py for MIPS
Sagar Thakur
2015-11-18
1
-3
/
+6
*
Add the ability (through the SB API & command line) to specify an address
Jim Ingham
2015-11-17
3
-0
/
+105
*
Python 3 - Skip a certain test for a particular (swig,python) combo.
Zachary Turner
2015-11-16
2
-1
/
+10
*
Re-Apply "Add a "not_in()" function you can apply to the list type arguments ...
Ying Chen
2015-11-16
2
-4
/
+19
*
Add the ability to xfail or skip based on swig / python version.
Zachary Turner
2015-11-16
1
-11
/
+54
*
Revert "Add a "not_in()" function you can apply to the list type arguments to...
Pavel Labath
2015-11-16
2
-21
/
+4
*
Uniquify all the type X delete commands via one common base class
Enrico Granata
2015-11-14
1
-1
/
+1
*
Add a "not_in()" function you can apply to the list type arguments to expecte...
Jim Ingham
2015-11-14
2
-4
/
+21
*
Fixed a testcase problem where disassembly would fail for nameless functions.
Sean Callanan
2015-11-13
1
-1
/
+2
*
Change the test to use the instruction list to get the consecutive addresses ...
Jim Ingham
2015-11-13
1
-18
/
+9
*
Re-XFAIL two more tests I missed
Pavel Labath
2015-11-13
1
-0
/
+2
*
Re-add XFAILs to two tests
Pavel Labath
2015-11-13
2
-0
/
+2
*
Fix multiple symbol lookup in the same namespace
Eugene Leviant
2015-11-13
2
-8
/
+44
*
Remove a broken hack from Scalar::ULongLong and fix a test
Tamas Berghammer
2015-11-13
1
-2
/
+2
*
Fix to solve Bug 23139 & Bug 23560
Abhishek Aggarwal
2015-11-13
9
-17
/
+0
*
Implement RegisterContext for Mini Dumps.
Adrian McCarthy
2015-11-12
1
-0
/
+14
*
[test] Fix comment.
Dawn Perchik
2015-11-12
1
-1
/
+1
*
Marked test_qRegisterInfo_returns_{one_valid_result,all_valid_results} XFAIL ...
Todd Fiala
2015-11-11
1
-0
/
+2
*
Bump up test timeout interval on Darwin from 4 to 6 minutes.
Todd Fiala
2015-11-11
1
-0
/
+3
*
Mark TestCompletion.py test_symbol_name_dwarf XFAIL on Darwin.
Todd Fiala
2015-11-11
1
-0
/
+1
*
Mark TestTerminal.py as XFAIL on OS X.
Todd Fiala
2015-11-11
1
-0
/
+1
*
Updated a relative path in Makefile.rules to reflect the new testsuite location.
Sean Callanan
2015-11-10
1
-1
/
+1
*
Updated lldb_pylint_helper to work with recent Python package changes.
Todd Fiala
2015-11-10
1
-15
/
+27
*
This test is now passing on Darwin
Enrico Granata
2015-11-10
1
-1
/
+0
*
Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linux
Pavel Labath
2015-11-10
1
-0
/
+1
*
Avoid sending bare '*' and '}' in an lldb-server packet
Tim Northover
2015-11-09
2
-0
/
+32
*
Add --curses shortcut for specifying the curses-based test results formatter.
Todd Fiala
2015-11-09
3
-1
/
+13
*
Fix up curses_results.py for new package specification requirement.
Todd Fiala
2015-11-09
1
-1
/
+1
*
Add SBType::IsAnonymousType() and relative plumbing in the debugger internals
Enrico Granata
2015-11-07
2
-0
/
+11
*
Python 3 - Don't use unbuffered I/O in text mode.
Zachary Turner
2015-11-07
1
-2
/
+2
*
Make the language specifier to "break set" actually filter the names by their...
Jim Ingham
2015-11-06
5
-0
/
+112
*
Fixed another issue with wrong case in #import.
Sean Callanan
2015-11-06
1
-1
/
+1
*
Fix Linux tests after r252348.
Chaoren Lin
2015-11-06
1
-0
/
+1
*
Fixed a problem where a test case referred to a
Sean Callanan
2015-11-06
1
-1
/
+1
*
Python 3 - Port use of string.maketrans and don't use sets.Set.
Zachary Turner
2015-11-06
2
-4
/
+5
*
Python 3 - Use the exec function, not the exec statement.
Zachary Turner
2015-11-06
2
-2
/
+4
*
Don't use module internal implementation details in our decorators.
Zachary Turner
2015-11-06
1
-8
/
+4
*
Make Windows always use multiprocessing-pool.
Zachary Turner
2015-11-06
1
-5
/
+4
*
Another import fix for OS X.
Chaoren Lin
2015-11-05
1
-1
/
+1
*
Fix OS X tests.
Chaoren Lin
2015-11-05
1
-1
/
+1
*
Python 3 - Turn on absolute imports, and fix existing imports.
Zachary Turner
2015-11-05
17
-53
/
+130
*
Fix TestGoFormatters.py.
Chaoren Lin
2015-11-05
1
-3
/
+2
*
Python 3 - Don't use `os.path.walk`, it's removed in Py3.
Zachary Turner
2015-11-05
1
-4
/
+2
*
Python 3 - Use universal_newlines=True in subprocess.Popen.
Zachary Turner
2015-11-05
1
-0
/
+2
*
Teach LLDB how to directly launch processes on the iOS simulator
Enrico Granata
2015-11-05
8
-5
/
+54
*
Add go data formatters.
Ryan Brown
2015-11-05
2
-0
/
+75
*
Handle keyword args on our patched Popen methods.
Zachary Turner
2015-11-04
1
-4
/
+4
*
Fix test infrastructure when using xunit output.
Todd Fiala
2015-11-04
1
-2
/
+2
[prev]
[next]