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 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
*
Add test cases for registering a listener object with the broadcaster of a pr...
Johnny Chen
2010-12-22
1
-16
/
+126
*
Rename the test methods to be more meaningful.
Johnny Chen
2010-12-21
1
-8
/
+8
*
Set the debugger to asynchronous mode before using the Python API call to kill
Johnny Chen
2010-12-21
1
-2
/
+11
*
Fix typo.
Johnny Chen
2010-12-21
1
-1
/
+1
*
Added python_api/event/TestEvents.py to get the listener object associated wi...
Johnny Chen
2010-12-21
3
-0
/
+154
*
Use SBModule.GetDescription(SBStream) API to get the module description to match
Johnny Chen
2010-12-16
1
-3
/
+4
*
Add python_api/symbol-context to test getting the symbol context while stopped
Johnny Chen
2010-12-16
3
-0
/
+156