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
*
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
*
Add assert to check the SBModule of SBSymbolContextList returned from SBTarge...
Johnny Chen
2011-07-07
1
-0
/
+1
*
Add test cases to exercise the SBTarget.FindFunctions() API.
Johnny Chen
2011-07-07
1
-0
/
+33
*
Add fuzz calls for SBType::IsPointerType(void *opaque_type).
Johnny Chen
2011-07-06
1
-0
/
+2
*
Add swig docstrings for SBModule.h, plus ifndef the SBModule::GetUUIDBytes() ...
Johnny Chen
2011-07-05
1
-1
/
+0
*
While we are at it, let's also exercise the similar SBModule.FindGlobalVariab...
Johnny Chen
2011-06-30
1
-7
/
+21
*
Add test cases to TestTargetAPI.py to exercise the newly added SBTarget.FindG...
Johnny Chen
2011-06-29
2
-0
/
+33
*
Add fuzz calls for SBModule/SBTarget.FindGlobalVariables(...).
Johnny Chen
2011-06-29
2
-0
/
+2
*
Add fuzz calls for SBTypeMember.
Johnny Chen
2011-06-29
2
-0
/
+28
*
Add fuzz calls to SBType, SBValue, and SBValueList.
Johnny Chen
2011-06-29
4
-0
/
+75
*
Add fuzz calls for SBTarget and SBThread.
Johnny Chen
2011-06-29
3
-0
/
+83
*
Add fuzz calls for SBSymbol and SBSymbolContext.
Johnny Chen
2011-06-28
3
-0
/
+37
*
Add fuzz calls for SBStringList and add obj.Clear() calls for some files.
Johnny Chen
2011-06-28
10
-0
/
+25
*
Add fuzz calls for SBModule and SBProcess.
Johnny Chen
2011-06-28
3
-0
/
+67
*
Add fuzz calls for SBListener.
Johnny Chen
2011-06-28
2
-0
/
+26
*
Add fuzz calls for SBLineEntry.
Johnny Chen
2011-06-28
3
-1
/
+18
*
Add fuzz calls for SBInstruction and SBInstructionList.
Johnny Chen
2011-06-28
3
-0
/
+36
*
Add fuzz calls for SBInputReader.
Johnny Chen
2011-06-28
2
-0
/
+16
*
Add fuzz calls for SBFrame and SBFunction.
Johnny Chen
2011-06-27
3
-0
/
+59
*
Add fuzz calls for SBFileSpec.
Johnny Chen
2011-06-27
2
-0
/
+17
*
Add fuzz calls for SBEvent.
Johnny Chen
2011-06-27
2
-0
/
+20
*
Move hello_world to now reside under python_api dir.
Johnny Chen
2011-06-26
3
-0
/
+199
*
Add fuzz calls for SBError.
Johnny Chen
2011-06-25
2
-0
/
+22
*
Add fuzz calls for SBDebugger.
Johnny Chen
2011-06-25
2
-0
/
+54
*
Add fuzz calls for SBCompileUnit.
Johnny Chen
2011-06-24
2
-0
/
+16
*
Add fuzz calls for SBCommunication.
Johnny Chen
2011-06-24
2
-0
/
+30
[next]