summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py
Commit message (Expand)AuthorAgeFilesLines
* Add SBSection API to the fuzz testing.Johnny Chen2011-10-031-0/+10
* Add fuzz testing for newly added SBWatchpointLocation API.Johnny Chen2011-09-271-0/+10
* On second thought, add the IsValid() method to SBTypeList, making it similar ...Johnny Chen2011-08-051-4/+2
* Fixed test suite failure of test_SBTypeList().Johnny Chen2011-08-051-1/+4
* Remove expectedFailure decorator for test_SBType, which does not take an empt...Johnny Chen2011-08-051-12/+15
* Public API changes:Enrico Granata2011-07-291-0/+2
* Add some comment.Johnny Chen2011-07-081-0/+1
* o TestEvents.py:Johnny Chen2011-07-081-0/+1
* Add fuzz calls for SBTypeMember.Johnny Chen2011-06-291-0/+10
* Add fuzz calls to SBType, SBValue, and SBValueList.Johnny Chen2011-06-291-0/+9
* Add fuzz calls for SBTarget and SBThread.Johnny Chen2011-06-291-0/+6
* Add fuzz calls for SBSymbol and SBSymbolContext.Johnny Chen2011-06-281-0/+6
* Add fuzz calls for SBStringList and add obj.Clear() calls for some files.Johnny Chen2011-06-281-0/+3
* Add fuzz calls for SBModule and SBProcess.Johnny Chen2011-06-281-0/+6
* Add fuzz calls for SBListener.Johnny Chen2011-06-281-0/+3
* Add fuzz calls for SBLineEntry.Johnny Chen2011-06-281-0/+3
* Add fuzz calls for SBInstruction and SBInstructionList.Johnny Chen2011-06-281-0/+6
* Add fuzz calls for SBInputReader.Johnny Chen2011-06-281-0/+3
* Add fuzz calls for SBFrame and SBFunction.Johnny Chen2011-06-271-0/+6
* Add fuzz calls for SBFileSpec.Johnny Chen2011-06-271-0/+3
* Add fuzz calls for SBEvent.Johnny Chen2011-06-271-0/+3
* Add fuzz calls for SBError.Johnny Chen2011-06-251-0/+3
* Add fuzz calls for SBDebugger.Johnny Chen2011-06-251-0/+3
* Add fuzz calls for SBCompileUnit.Johnny Chen2011-06-241-0/+3
* Add fuzz calls for SBCommunication.Johnny Chen2011-06-241-0/+3
* Add fuzz calls for SBBroadcaster.Johnny Chen2011-06-241-0/+3
* Add fuzz calls for SBBreakpointLocation.Johnny Chen2011-06-241-0/+3
* Add fuzz calls for SBBreakpoint.Johnny Chen2011-06-241-2/+6
* Add fuzz calls for SBBlock.Johnny Chen2011-06-241-0/+3
* Start adding API calls to the invalid SB API object after default construction.Johnny Chen2011-06-241-0/+3
* 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
OpenPOWER on IntegriCloud