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
*
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
*
Add fuzz calls for SBBroadcaster.
Johnny Chen
2011-06-24
2
-0
/
+22
*
Add fuzz calls for SBBreakpointLocation.
Johnny Chen
2011-06-24
2
-0
/
+30
*
Add fuzz calls for SBBreakpoint.
Johnny Chen
2011-06-24
2
-2
/
+39
*
Add fuzz calls for SBBlock.
Johnny Chen
2011-06-24
2
-0
/
+20
*
Start adding API calls to the invalid SB API object after default construction.
Johnny Chen
2011-06-24
2
-0
/
+15
*
o lldbtest.py:
Johnny Chen
2011-06-23
1
-31
/
+34
*
For now, use 'b.out' compiled from main2.cpp as the executable name for test_...
Johnny Chen
2011-06-23
1
-11
/
+6
*
Add docstring to test_SBSymbolContextList(self) explaining that upon default ...
Johnny Chen
2011-06-22
1
-0
/
+1
*
Recent change to SBSymbolContextList (r133498) makes the default constructor ...
Johnny Chen
2011-06-22
1
-3
/
+3
*
Minor module-level docstring change.
Johnny Chen
2011-06-20
1
-1
/
+1
*
Test lldb Python API object's default constructor and make sure it is invalid
Johnny Chen
2011-06-20
1
-0
/
+243
*
Add TestInlinedFrame.py to exercise the newly added SBFrame APIs: IsInlined()...
Johnny Chen
2011-06-20
4
-0
/
+128
*
o lldbutil.py:
Johnny Chen
2011-06-16
2
-4
/
+5
*
The extra burden for the Python API test case to assign its process object to...
Johnny Chen
2011-06-15
13
-100
/
+83
*
Comment out the debug stmts.
Johnny Chen
2011-06-09
1
-3
/
+2
*
Add rich comparison methods for the SBAddress object.
Johnny Chen
2011-06-09
1
-1
/
+6
*
Comment change.
Johnny Chen
2011-05-26
1
-1
/
+1
*
Simplify test setup; there's no need to pass a customized dictionary here.
Johnny Chen
2011-05-26
1
-1
/
+1
*
Now that we have added a post-processing step for adding truth value testing to
Johnny Chen
2011-05-24
9
-60
/
+60
*
Add truth value testing to those lldb Python objects with the IsValid() metho...
Johnny Chen
2011-05-17
4
-23
/
+23
*
Add implementation of built-in function len() for those lldb containers with
Johnny Chen
2011-05-16
1
-11
/
+31
*
Renamed the test cases more properly to test_lldb_iter_module/breakpoint/farme.
Johnny Chen
2011-05-16
1
-9
/
+9
*
Clean up the test a little bit; and use lldbutil.get_GPRs(frame) to retrieve ...
Johnny Chen
2011-05-13
1
-9
/
+3
*
Add two utility functions:
Johnny Chen
2011-05-12
10
-4
/
+253
*
Add a utility function get_registers(frame, kind) to get the registers of a g...
Johnny Chen
2011-05-10
1
-0
/
+72
*
Add an API test script file for SBCommandInterpreter.
Johnny Chen
2011-05-06
3
-0
/
+91
*
Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a te...
Johnny Chen
2011-05-02
1
-2
/
+2
*
Add the Python rich comparison methods for SBBreakpoint, where GetID() returns
Johnny Chen
2011-04-29
1
-1
/
+1
*
Modify the test suite and lldbutil.py to utilize the Python iteration pattern...
Johnny Chen
2011-04-28
2
-4
/
+2
*
Move the iteration protocol of lldb objects to the auto-generated lldb Python...
Johnny Chen
2011-04-28
1
-13
/
+13
*
Add a utility function smart_iter() which has knowledge of the getsize and th...
Johnny Chen
2011-04-27
1
-2
/
+37
*
Use new string formatting operations in assert messages to simplify things.
Johnny Chen
2011-04-27
1
-2
/
+2
*
Add another test case for lldb_iter(), this time using SBTarget to get at its...
Johnny Chen
2011-04-27
2
-8
/
+43
*
Change the rest of lldbutil.py's function names to all lower case formats to ...
Johnny Chen
2011-04-27
2
-3
/
+3
*
Add a test case for lldbutil.lldb_iter() which returns an iterator object
Johnny Chen
2011-04-26
1
-0
/
+64
*
For lldbutil.py, Change a bunch of function names to all lower case formats t...
Johnny Chen
2011-04-25
1
-1
/
+1
*
Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,
Johnny Chen
2011-04-25
1
-1
/
+4
*
Convert the rest of the test suite to use the lldbutil.get_description() util...
Johnny Chen
2011-04-23
4
-22
/
+15
*
Add a simple utility function get_description(lldb_obj, option=None) to lldbu...
Johnny Chen
2011-04-23
1
-7
/
+8
*
Add test cases for the SBTarget.GetDescription() API which takes an extra lld...
Johnny Chen
2011-04-22
1
-0
/
+36
*
Rename test/threads to python_api/lldbutil; it uses lldbutil functions to pri...
Johnny Chen
2011-04-19
3
-0
/
+191
*
Converted to use SBProcess.LaunchSimple().
Johnny Chen
2011-04-19
1
-17
/
+8
[next]