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
/
test
/
python_api
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.
Matt Kopec
2013-03-19
1
-0
/
+1
*
Fixed incorrect python that was trying to validate that we got a valid lldb.S...
Greg Clayton
2013-03-19
10
-20
/
+20
*
Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints.
Matt Kopec
2013-03-15
2
-3
/
+16
*
Minor test runner improvemenst
Daniel Malea
2013-02-19
2
-1
/
+4
*
Fix misuse of python subprocess module (caused "leaking" processes and garbli...
Daniel Malea
2013-02-15
1
-10
/
+6
*
Linux test case cleanup:
Daniel Malea
2013-02-15
1
-1
/
+0
*
Fix TestSBData.py test case (tested fix Linux/Mac)
Daniel Malea
2013-02-14
1
-58
/
+86
*
Update test scripts and Makefiles to allow testing with GCC:
Daniel Malea
2013-01-25
4
-4
/
+4
*
Marking test cases with @expectedFailureLinux as per recently opened bugs
Daniel Malea
2013-01-24
3
-1
/
+2
*
This patch removes the SymbolFileSymtab support
Sean Callanan
2012-12-19
1
-1
/
+1
*
Test suite cleanup for Linux: mark test cases expected to fail due to open bu...
Daniel Malea
2012-12-19
1
-0
/
+1
*
Marking test_lldb_iter_frame in TestLLDBIterator.py as expectedFailureLinux (...
Andrew Kaylor
2012-12-13
1
-0
/
+1
*
Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi...
Andrew Kaylor
2012-12-12
1
-0
/
+1
*
Remove decorator to skip event tests
Daniel Malea
2012-11-23
1
-2
/
+0
*
Update test status on Linux
Daniel Malea
2012-11-23
7
-0
/
+7
*
Temporarily skip tests known to hang on Linux
Daniel Malea
2012-11-19
1
-0
/
+2
*
Patch from Dan Malea daniel.malea@gmail.com to add some required
Jason Molenda
2012-11-08
4
-0
/
+7
*
Fixing the test case for rdar://12481949 to do the right thing with our new r...
Enrico Granata
2012-10-24
1
-2
/
+4
*
<rdar://problem/12481949> Fixing SBValue.GetValueAsSigned() to do the right t...
Enrico Granata
2012-10-24
3
-0
/
+89
*
Fix all the test case breakages caused by folks writing tests all over the pl...
Jim Ingham
2012-09-22
2
-12
/
+5
*
Initial commit of a new testsuite feature: test categories.
Enrico Granata
2012-09-21
1
-0
/
+1
*
Added SBDebugger's log callbacks to Python-land
Filipe Cabecinhas
2012-08-25
1
-6
/
+7
*
Added a test for the Python part of SBInputReader callbacks.
Filipe Cabecinhas
2012-08-22
3
-0
/
+57
*
Added a typemap and wrappers for SBInputReader callbacks
Filipe Cabecinhas
2012-08-22
1
-1
/
+4
*
Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...
Johnny Chen
2012-08-20
1
-1
/
+4
*
A baton isn't needed to dispatch input.
Filipe Cabecinhas
2012-08-20
1
-1
/
+1
*
rdar://problem/11584012
Johnny Chen
2012-06-04
9
-10
/
+68
*
Clean renamed files on 'make clean'
Filipe Cabecinhas
2012-05-30
1
-0
/
+3
*
Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...
Johnny Chen
2012-05-23
2
-0
/
+26
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
2
-2
/
+2
*
Fixing the test case so that it runs correctly on i386 as well as on x86_64
Enrico Granata
2012-04-24
2
-4
/
+6
*
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Johnny Chen
2012-04-06
24
-3
/
+79
*
Added a new Host class: ReadWriteLock
Greg Clayton
2012-04-05
2
-1
/
+4
*
Synthetic values are now automatically enabled and active by default. SBValue...
Enrico Granata
2012-03-27
3
-1
/
+85
*
Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...
Johnny Chen
2012-03-16
4
-1
/
+39
*
Add test case associated with:
Johnny Chen
2012-03-15
2
-2
/
+66
*
rdar://problem/10976649
Johnny Chen
2012-03-05
1
-0
/
+62
*
added a new formatter for CF(Mutable)BitVector
Enrico Granata
2012-03-03
1
-15
/
+30
*
Adding formatters for several useful Objective-C/Cocoa data types. The new ca...
Enrico Granata
2012-02-17
1
-0
/
+15
*
adding a new test case for the SB formatters API
Enrico Granata
2012-02-15
4
-0
/
+327
*
Print out the frame only if self.TraceOn() is True.
Johnny Chen
2012-02-06
1
-1
/
+2
*
Removed all of the "#ifndef SWIG" from the SB header files since we are using
Greg Clayton
2012-02-06
4
-7
/
+7
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
3
-9
/
+10
*
Added fuzz testing for when we call API calls with an invalid object.
Greg Clayton
2012-01-31
3
-1
/
+33
*
Dump the raw bytes and the disassembled instruction before calling self.asser...
Johnny Chen
2012-01-23
1
-3
/
+3
*
Add comment regarding TestHelloWorld.py's use of a dictionary to specify/over...
Johnny Chen
2012-01-18
1
-0
/
+1
*
Modify the test cases so that each uses a unique executable name for the debu...
Johnny Chen
2012-01-18
1
-8
/
+15
*
rdar://problem/10492827
Johnny Chen
2012-01-12
2
-3
/
+5
*
Patch from Enrico Granata that moves SBData related functions into the SBData
Greg Clayton
2012-01-07
1
-6
/
+43
*
http://llvm.org/bugs/show_bug.cgi?id=11619
Johnny Chen
2012-01-06
1
-0
/
+42
[prev]
[next]