summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
Commit message (Expand)AuthorAgeFilesLines
...
* Add an API test script file for SBCommandInterpreter.Johnny Chen2011-05-063-0/+91
* Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a te...Johnny Chen2011-05-021-2/+2
* Add the Python rich comparison methods for SBBreakpoint, where GetID() returnsJohnny Chen2011-04-291-1/+1
* Modify the test suite and lldbutil.py to utilize the Python iteration pattern...Johnny Chen2011-04-282-4/+2
* Move the iteration protocol of lldb objects to the auto-generated lldb Python...Johnny Chen2011-04-281-13/+13
* Add a utility function smart_iter() which has knowledge of the getsize and th...Johnny Chen2011-04-271-2/+37
* Use new string formatting operations in assert messages to simplify things.Johnny Chen2011-04-271-2/+2
* Add another test case for lldb_iter(), this time using SBTarget to get at its...Johnny Chen2011-04-272-8/+43
* Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen2011-04-272-3/+3
* Add a test case for lldbutil.lldb_iter() which returns an iterator objectJohnny Chen2011-04-261-0/+64
* For lldbutil.py, Change a bunch of function names to all lower case formats t...Johnny Chen2011-04-251-1/+1
* Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,Johnny Chen2011-04-251-1/+4
* Convert the rest of the test suite to use the lldbutil.get_description() util...Johnny Chen2011-04-234-22/+15
* Add a simple utility function get_description(lldb_obj, option=None) to lldbu...Johnny Chen2011-04-231-7/+8
* Add test cases for the SBTarget.GetDescription() API which takes an extra lld...Johnny Chen2011-04-221-0/+36
* Rename test/threads to python_api/lldbutil; it uses lldbutil functions to pri...Johnny Chen2011-04-193-0/+191
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-17/+8
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-2/+1
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-2/+1
* Use self.TraceOn() API.Johnny Chen2011-04-191-5/+9
* Converted to use SBProcess.LaunchSimple() API.Johnny Chen2011-04-192-10/+14
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-5/+6
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-2/+1
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-1/+7
* Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs:Johnny Chen2011-04-011-0/+96
* Remove unneeded ExecutionContextScope variables.Jim Ingham2011-03-311-0/+12
* Add test cases to exercise the SBThread.GetProcess() API. We launch the proc...Johnny Chen2011-03-111-2/+58
* Add a test case test_run_to_address() to exercise the SBThread.RunToAddress(l...Johnny Chen2011-03-111-0/+53
* Add test cases to TestThreadAPI.py to exercise SBThread.StepOver() by stoppin...Johnny Chen2011-03-102-2/+61
* Test cleanup. Check for the full caller symbol of malloc -- b(int).Johnny Chen2011-03-101-11/+11
* Add test cases for Python SBThread.StepOut() API by stepping out of a malloc ...Johnny Chen2011-03-093-2/+111
* Add an extra twist of stopping the inferior in a breakpoint, and then continu...Johnny Chen2011-03-071-2/+16
* Add test cases for SBTarget.Launch() API with the stdout of the inferior redi...Johnny Chen2011-03-071-0/+39
* Add TestThreadAPI.py file to house the Python SBThread API test cases.Johnny Chen2011-03-073-0/+97
* Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess...Johnny Chen2011-03-051-1/+25
* Add a test case for the lldb command 'process connect'.Johnny Chen2011-03-041-8/+8
* Add TestDisasmAPI.py which exercises the newly added SBFunction/SBSymbol.GetS...Johnny Chen2011-03-034-10/+198
* Add TestTargetAPI.py:Johnny Chen2011-03-035-7/+191
* Add some comments.Johnny Chen2011-03-021-0/+4
* Add two utility functions to lldbutil.py:Johnny Chen2011-03-021-13/+13
* Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...Johnny Chen2011-03-012-0/+92
* Fix wrong placement of skipUnless() decorator.Johnny Chen2011-03-011-1/+0
* Add test methods for SBProcess.WriteMemory() API to the TestProcessAPI.py file.Johnny Chen2011-03-011-41/+80
* Add TestProcessAPI.py which exercises some Python SBProcess API. In particul...Johnny Chen2011-03-013-0/+132
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-033-7/+7
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-233-4/+8
* Fix wrong test case in main.c. Oops!Johnny Chen2011-01-102-7/+3
* Add a test case for the SBFrame APIs. In particular, it uses the frame API toJohnny Chen2010-12-233-0/+181
* No need to pass an empty string as an arg or as an env string to the SBTarget...Johnny Chen2010-12-222-3/+3
* Fix some typos in the docstrings and also update the test method names.Johnny Chen2010-12-221-13/+12
OpenPOWER on IntegriCloud