summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2830-1170/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Python3 - Change sys.maxint to sys.maxsize.Zachary Turner2015-10-263-5/+5
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-33/+33
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-33/+35
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.Adrian McCarthy2015-10-131-0/+3
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-0/+32
* Added minor commentVince Harron2015-05-121-0/+1
* I removed SetCallback from the Python API's since it wasn't actually useful, ...Jim Ingham2014-04-031-1/+2
* Merging the iohandler branch back into main. Greg Clayton2014-01-273-29/+0
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Changed fuzz tests to not print their values (we only need to test if access ...Richard Mitton2013-09-2513-18/+18
* Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas2012-08-221-1/+4
* Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...Johnny Chen2012-08-201-1/+4
* A baton isn't needed to dispatch input.Filipe Cabecinhas2012-08-201-1/+1
* rdar://problem/11584012Johnny Chen2012-06-043-4/+5
* Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...Johnny Chen2012-05-231-0/+1
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-062-3/+4
* Added fuzz testing for when we call API calls with an invalid object.Greg Clayton2012-01-313-1/+33
* Add fuzz call to SBStringList.AppendString(None). LLDB should not crash.Johnny Chen2011-12-201-0/+1
* Add a test sequence which passes None to lldb.SBFileSpec(). LLDB should not ...Johnny Chen2011-12-191-0/+6
* Tes passing None to SetErrorString() and SetErrorStringWithFormat().Johnny Chen2011-12-191-0/+2
* Add a fuzz call for SBCommunication: obj.connect(None).Johnny Chen2011-12-191-0/+1
* Add fuzz call for newly added method SBTarget.GetInstructions().Johnny Chen2011-12-151-0/+1
* Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc ...Johnny Chen2011-12-151-0/+3
* http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType cras...Johnny Chen2011-12-141-0/+1
* SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen2011-11-281-1/+1
* Add test cases for setting condition on a watchpoint for both command and API.Johnny Chen2011-10-171-0/+2
* Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen2011-10-141-0/+2
* Add a test case to exercise the newly added SB API:Johnny Chen2011-10-141-2/+3
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-145-14/+14
* Add fuzz call for SBBreakpointLocation.GetAddress().Johnny Chen2011-10-071-0/+1
* Add fuzz call for sub-section iteration for SBSection.Johnny Chen2011-10-031-0/+2
* Add SBSection API to the fuzz testing.Johnny Chen2011-10-032-0/+30
* Add fuzz call for watchpoint location iterator, too.Johnny Chen2011-10-031-0/+2
* Add fuzz calls for various iterators, too.Johnny Chen2011-10-0312-1/+31
* Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen2011-09-271-0/+8
* Add fuzz testing for newly added SBWatchpointLocation API.Johnny Chen2011-09-272-0/+28
* Add FindValue() and WatchValue() fuzz calls to the mix.Johnny Chen2011-09-241-0/+3
* Added to the public API to allow symbolication:Greg Clayton2011-09-242-2/+2
* Add fuzz calls for added API methods: FindFirstType(), FindTypes(), and GetSo...Johnny Chen2011-09-151-0/+3
* Add fuzz calls to newly added methods: GetAsync() and SetSelectedTarget(SBTar...Johnny Chen2011-09-151-0/+2
* Add new SBAddress APIs to the fuzz tests.Johnny Chen2011-08-151-0/+8
* 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-052-30/+15
* Public API changes:Enrico Granata2011-07-291-0/+2
* Add new API for SBAddress to the fuzz test:Johnny Chen2011-07-221-0/+1
* Make the SBAddress class easier to use when using the publicGreg Clayton2011-07-221-2/+1
OpenPOWER on IntegriCloud