summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor
Commit message (Collapse)AuthorAgeFilesLines
* Add fuzz calls for SBFrame and SBFunction.Johnny Chen2011-06-273-0/+59
| | | | llvm-svn: 133965
* Add fuzz calls for SBFileSpec.Johnny Chen2011-06-272-0/+17
| | | | llvm-svn: 133956
* Add fuzz calls for SBEvent.Johnny Chen2011-06-272-0/+20
| | | | llvm-svn: 133954
* Add fuzz calls for SBError.Johnny Chen2011-06-252-0/+22
| | | | llvm-svn: 133850
* Add fuzz calls for SBDebugger.Johnny Chen2011-06-252-0/+54
| | | | llvm-svn: 133848
* Add fuzz calls for SBCompileUnit.Johnny Chen2011-06-242-0/+16
| | | | llvm-svn: 133843
* Add fuzz calls for SBCommunication.Johnny Chen2011-06-242-0/+30
| | | | llvm-svn: 133839
* Add fuzz calls for SBBroadcaster.Johnny Chen2011-06-242-0/+22
| | | | llvm-svn: 133837
* Add fuzz calls for SBBreakpointLocation.Johnny Chen2011-06-242-0/+30
| | | | llvm-svn: 133810
* Add fuzz calls for SBBreakpoint.Johnny Chen2011-06-242-2/+39
| | | | llvm-svn: 133809
* Add fuzz calls for SBBlock.Johnny Chen2011-06-242-0/+20
| | | | llvm-svn: 133780
* Start adding API calls to the invalid SB API object after default construction.Johnny Chen2011-06-242-0/+15
| | | | | | | | It should not crash lldb. This checkin adds calls for SBAddress. llvm-svn: 133778
* Add docstring to test_SBSymbolContextList(self) explaining that upon default ↵Johnny Chen2011-06-221-0/+1
| | | | | | construction, the API object is valid. llvm-svn: 133644
* Recent change to SBSymbolContextList (r133498) makes the default constructor ↵Johnny Chen2011-06-221-3/+3
| | | | | | | | return a valid SB API object. Modify the test case to accommodate. llvm-svn: 133602
* Minor module-level docstring change.Johnny Chen2011-06-201-1/+1
| | | | llvm-svn: 133476
* Test lldb Python API object's default constructor and make sure it is invalidJohnny Chen2011-06-201-0/+243
after initial construction. There are two exceptions to the above general rules, though; the API objects are SBCommadnReturnObject and SBStream. llvm-svn: 133475
OpenPOWER on IntegriCloud