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 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
*
Converted to use SBProcess.LaunchSimple().
Johnny Chen
2011-04-19
1
-2
/
+1
*
Converted to use SBProcess.LaunchSimple().
Johnny Chen
2011-04-19
1
-2
/
+1
*
Use self.TraceOn() API.
Johnny Chen
2011-04-19
1
-5
/
+9
*
Converted to use SBProcess.LaunchSimple() API.
Johnny Chen
2011-04-19
2
-10
/
+14
*
Converted to use SBProcess.LaunchSimple().
Johnny Chen
2011-04-19
1
-5
/
+6
*
Converted to use SBProcess.LaunchSimple().
Johnny Chen
2011-04-19
1
-2
/
+1
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-1
/
+7
*
Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs:
Johnny Chen
2011-04-01
1
-0
/
+96
*
Remove unneeded ExecutionContextScope variables.
Jim Ingham
2011-03-31
1
-0
/
+12
*
Add test cases to exercise the SBThread.GetProcess() API. We launch the proc...
Johnny Chen
2011-03-11
1
-2
/
+58
*
Add a test case test_run_to_address() to exercise the SBThread.RunToAddress(l...
Johnny Chen
2011-03-11
1
-0
/
+53
*
Add test cases to TestThreadAPI.py to exercise SBThread.StepOver() by stoppin...
Johnny Chen
2011-03-10
2
-2
/
+61
*
Test cleanup. Check for the full caller symbol of malloc -- b(int).
Johnny Chen
2011-03-10
1
-11
/
+11
*
Add test cases for Python SBThread.StepOut() API by stepping out of a malloc ...
Johnny Chen
2011-03-09
3
-2
/
+111
*
Add an extra twist of stopping the inferior in a breakpoint, and then continu...
Johnny Chen
2011-03-07
1
-2
/
+16
*
Add test cases for SBTarget.Launch() API with the stdout of the inferior redi...
Johnny Chen
2011-03-07
1
-0
/
+39
*
Add TestThreadAPI.py file to house the Python SBThread API test cases.
Johnny Chen
2011-03-07
3
-0
/
+97
*
Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess...
Johnny Chen
2011-03-05
1
-1
/
+25
*
Add a test case for the lldb command 'process connect'.
Johnny Chen
2011-03-04
1
-8
/
+8
*
Add TestDisasmAPI.py which exercises the newly added SBFunction/SBSymbol.GetS...
Johnny Chen
2011-03-03
4
-10
/
+198
*
Add TestTargetAPI.py:
Johnny Chen
2011-03-03
5
-7
/
+191
*
Add some comments.
Johnny Chen
2011-03-02
1
-0
/
+4
*
Add two utility functions to lldbutil.py:
Johnny Chen
2011-03-02
1
-13
/
+13
*
Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...
Johnny Chen
2011-03-01
2
-0
/
+92
*
Fix wrong placement of skipUnless() decorator.
Johnny Chen
2011-03-01
1
-1
/
+0
*
Add test methods for SBProcess.WriteMemory() API to the TestProcessAPI.py file.
Johnny Chen
2011-03-01
1
-41
/
+80
*
Add TestProcessAPI.py which exercises some Python SBProcess API. In particul...
Johnny Chen
2011-03-01
3
-0
/
+132
*
Modify test scripts to accomodate SBTarget.Launch() API change.
Johnny Chen
2011-02-03
3
-7
/
+7
*
Deprecated old forms of SBTarget::Launch. There is not just one and no
Greg Clayton
2011-01-23
3
-4
/
+8
*
Fix wrong test case in main.c. Oops!
Johnny Chen
2011-01-10
2
-7
/
+3
*
Add a test case for the SBFrame APIs. In particular, it uses the frame API to
Johnny Chen
2010-12-23
3
-0
/
+181
*
No need to pass an empty string as an arg or as an env string to the SBTarget...
Johnny Chen
2010-12-22
2
-3
/
+3
*
Fix some typos in the docstrings and also update the test method names.
Johnny Chen
2010-12-22
1
-13
/
+12
[prev]
[next]