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
...
*
Export the watchpoint related API (SBWatchpointLocation class and added SBTar...
Johnny Chen
2011-09-27
1
-0
/
+118
*
Remove the @expectedFailureClang custom decorator for indicating clang-specif...
Johnny Chen
2011-09-26
1
-2
/
+3
*
Fix comment.
Johnny Chen
2011-09-24
1
-1
/
+1
*
Add FindValue() and WatchValue() fuzz calls to the mix.
Johnny Chen
2011-09-24
1
-0
/
+3
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
3
-4
/
+4
*
Add an SB API SBFrame::WatchValue() and exported to the Python interface to
Johnny Chen
2011-09-24
3
-0
/
+126
*
Fix wrong test method name.
Johnny Chen
2011-09-15
1
-1
/
+1
*
Add fuzz calls for added API methods: FindFirstType(), FindTypes(), and GetSo...
Johnny Chen
2011-09-15
1
-0
/
+3
*
Add fuzz calls to newly added methods: GetAsync() and SetSelectedTarget(SBTar...
Johnny Chen
2011-09-15
1
-0
/
+2
*
Test should print to stdout only if self.TraceOn() is True.
Johnny Chen
2011-09-06
1
-10
/
+20
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
3
-0
/
+252
*
Add a decorator for marking clang only expectedFailure. Use it for the test_...
Johnny Chen
2011-08-19
1
-0
/
+4
*
Re-enable the test for ValueAsUnsigned on a register Value.
Jim Ingham
2011-08-16
1
-5
/
+3
*
Add new SBAddress APIs to the fuzz tests.
Johnny Chen
2011-08-15
1
-0
/
+8
*
Test case for changing ValueObjects with SBValue::SetValueFromCString.
Jim Ingham
2011-08-13
3
-0
/
+181
*
Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail o...
Johnny Chen
2011-08-11
2
-0
/
+21
*
Change the SBValue.linked_list_iter() to treat the value object as a homogene...
Johnny Chen
2011-08-11
1
-3
/
+3
*
On second thought, add the IsValid() method to SBTypeList, making it similar ...
Johnny Chen
2011-08-05
1
-4
/
+2
*
Fixed test suite failure of test_SBTypeList().
Johnny Chen
2011-08-05
1
-1
/
+4
*
Add SBType.GetBasicType() to the test scenario.
Johnny Chen
2011-08-05
1
-0
/
+9
*
o modify-python-lldb.py:
Johnny Chen
2011-08-05
3
-0
/
+162
*
Remove expectedFailure decorator for test_SBType, which does not take an empt...
Johnny Chen
2011-08-05
2
-30
/
+15
*
Cleaned up the SBType.h file to not include internal headers and reorganized
Greg Clayton
2011-08-03
3
-14
/
+14
*
Add a @benchmarks_test decorator for test method we want to categorize as ben...
Johnny Chen
2011-07-30
4
-0
/
+6
*
Public API changes:
Enrico Granata
2011-07-29
1
-0
/
+2
*
The SBValue.linked_list_iter() API failed for an empty list.
Johnny Chen
2011-07-27
2
-2
/
+24
*
Add skip test for clang, which has insufficient debug info for call site in m...
Johnny Chen
2011-07-26
1
-1
/
+3
*
We can do better with the SBValue.linked_list_iter() API by supplying a default
Johnny Chen
2011-07-26
1
-10
/
+26
*
The test function to determine whether we have reached the end of the list was
Johnny Chen
2011-07-26
1
-17
/
+12
*
Add a stronger assert for the test to ensure that the visited items from iter...
Johnny Chen
2011-07-25
1
-0
/
+9
*
Provide an add-on API to SBValue class by post-processing to provide a way
Johnny Chen
2011-07-25
3
-0
/
+146
*
Add an additional formatter class RecursiveDecentFormatter which prints the
Johnny Chen
2011-07-22
2
-1
/
+26
*
Add new API for SBAddress to the fuzz test:
Johnny Chen
2011-07-22
1
-0
/
+1
*
Make the SBAddress class easier to use when using the public
Greg Clayton
2011-07-22
1
-2
/
+1
*
Add BasicFormatter and ChildVisitingFormatter utility classes to the lldbutil...
Johnny Chen
2011-07-22
2
-0
/
+8
*
Add test scenario of SBValue APIs for the 'days_of_week' global variable.
Johnny Chen
2011-07-21
1
-0
/
+7
*
Add test scenario for exercising SBValue API: TypeIsPointerType() and GetByte...
Johnny Chen
2011-07-21
1
-0
/
+10
*
A more succinct assertTrue.
Johnny Chen
2011-07-20
1
-2
/
+1
*
Minor change; add an assertTrue stmt.
Johnny Chen
2011-07-20
1
-0
/
+1
*
Add TestValueAPI.py to exercise the newly added/modified SBValue APIs:
Johnny Chen
2011-07-15
3
-0
/
+122
*
Added the ability to get synthetic child values from SBValue objects that
Greg Clayton
2011-07-15
1
-1
/
+1
*
Minor change of variable name, from m to b (for breakpoint).
Johnny Chen
2011-07-14
1
-2
/
+2
*
Modify the test script to better handle the different inlining behaviors of
Johnny Chen
2011-07-13
2
-10
/
+37
*
Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...
Johnny Chen
2011-07-11
5
-21
/
+17
*
The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need t...
Johnny Chen
2011-07-11
1
-3
/
+3
*
Update the test scenario for find_global_variables() to now start the inferio...
Johnny Chen
2011-07-11
1
-1
/
+21
*
Add some comment.
Johnny Chen
2011-07-08
1
-0
/
+1
*
o TestEvents.py:
Johnny Chen
2011-07-08
2
-0
/
+88
*
Rearranged the debug output to come before the assert for function name 'oute...
Johnny Chen
2011-07-08
1
-6
/
+6
*
The Python API does not need SBEvent::BroadcasterMatchesPtr() when SBEvent::B...
Johnny Chen
2011-07-07
1
-1
/
+0
[prev]
[next]