summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
Commit message (Expand)AuthorAgeFilesLines
* Add fuzz calls for SBSymbol and SBSymbolContext.Johnny Chen2011-06-283-0/+37
* Add fuzz calls for SBStringList and add obj.Clear() calls for some files.Johnny Chen2011-06-2810-0/+25
* Add fuzz calls for SBModule and SBProcess.Johnny Chen2011-06-283-0/+67
* Add fuzz calls for SBListener.Johnny Chen2011-06-282-0/+26
* Add fuzz calls for SBLineEntry.Johnny Chen2011-06-283-1/+18
* Add fuzz calls for SBInstruction and SBInstructionList.Johnny Chen2011-06-283-0/+36
* Add fuzz calls for SBInputReader.Johnny Chen2011-06-282-0/+16
* Add fuzz calls for SBFrame and SBFunction.Johnny Chen2011-06-273-0/+59
* Add fuzz calls for SBFileSpec.Johnny Chen2011-06-272-0/+17
* Add fuzz calls for SBEvent.Johnny Chen2011-06-272-0/+20
* Move hello_world to now reside under python_api dir.Johnny Chen2011-06-263-0/+199
* Add fuzz calls for SBError.Johnny Chen2011-06-252-0/+22
* Add fuzz calls for SBDebugger.Johnny Chen2011-06-252-0/+54
* Add fuzz calls for SBCompileUnit.Johnny Chen2011-06-242-0/+16
* Add fuzz calls for SBCommunication.Johnny Chen2011-06-242-0/+30
* Add fuzz calls for SBBroadcaster.Johnny Chen2011-06-242-0/+22
* Add fuzz calls for SBBreakpointLocation.Johnny Chen2011-06-242-0/+30
* Add fuzz calls for SBBreakpoint.Johnny Chen2011-06-242-2/+39
* Add fuzz calls for SBBlock.Johnny Chen2011-06-242-0/+20
* Start adding API calls to the invalid SB API object after default construction.Johnny Chen2011-06-242-0/+15
* o lldbtest.py:Johnny Chen2011-06-231-31/+34
* For now, use 'b.out' compiled from main2.cpp as the executable name for test_...Johnny Chen2011-06-231-11/+6
* Add docstring to test_SBSymbolContextList(self) explaining that upon default ...Johnny Chen2011-06-221-0/+1
* Recent change to SBSymbolContextList (r133498) makes the default constructor ...Johnny Chen2011-06-221-3/+3
* Minor module-level docstring change.Johnny Chen2011-06-201-1/+1
* Test lldb Python API object's default constructor and make sure it is invalidJohnny Chen2011-06-201-0/+243
* Add TestInlinedFrame.py to exercise the newly added SBFrame APIs: IsInlined()...Johnny Chen2011-06-204-0/+128
* o lldbutil.py:Johnny Chen2011-06-162-4/+5
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-1513-100/+83
* Comment out the debug stmts.Johnny Chen2011-06-091-3/+2
* Add rich comparison methods for the SBAddress object.Johnny Chen2011-06-091-1/+6
* Comment change.Johnny Chen2011-05-261-1/+1
* Simplify test setup; there's no need to pass a customized dictionary here.Johnny Chen2011-05-261-1/+1
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-249-60/+60
* Add truth value testing to those lldb Python objects with the IsValid() metho...Johnny Chen2011-05-174-23/+23
* Add implementation of built-in function len() for those lldb containers withJohnny Chen2011-05-161-11/+31
* Renamed the test cases more properly to test_lldb_iter_module/breakpoint/farme.Johnny Chen2011-05-161-9/+9
* Clean up the test a little bit; and use lldbutil.get_GPRs(frame) to retrieve ...Johnny Chen2011-05-131-9/+3
* Add two utility functions:Johnny Chen2011-05-1210-4/+253
* Add a utility function get_registers(frame, kind) to get the registers of a g...Johnny Chen2011-05-101-0/+72
* 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
OpenPOWER on IntegriCloud