summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/default-constructor
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Python3 - Change sys.maxint to sys.maxsize.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-10-13Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.Adrian McCarthy
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-05-12Added minor commentVince Harron
2014-04-03I removed SetCallback from the Python API's since it wasn't actually useful, ...Jim Ingham
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-09-25Changed fuzz tests to not print their values (we only need to test if access ...Richard Mitton
2012-08-22Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas
2012-08-20Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...Johnny Chen
2012-08-20A baton isn't needed to dispatch input.Filipe Cabecinhas
2012-06-04rdar://problem/11584012Johnny Chen
2012-05-23Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...Johnny Chen
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton
2012-01-31Added fuzz testing for when we call API calls with an invalid object.Greg Clayton
2011-12-20Add fuzz call to SBStringList.AppendString(None). LLDB should not crash.Johnny Chen
2011-12-19Add a test sequence which passes None to lldb.SBFileSpec(). LLDB should not ...Johnny Chen
2011-12-19Tes passing None to SetErrorString() and SetErrorStringWithFormat().Johnny Chen
2011-12-19Add a fuzz call for SBCommunication: obj.connect(None).Johnny Chen
2011-12-15Add fuzz call for newly added method SBTarget.GetInstructions().Johnny Chen
2011-12-15Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc ...Johnny Chen
2011-12-14http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType cras...Johnny Chen
2011-11-28SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen
2011-10-17Add test cases for setting condition on a watchpoint for both command and API.Johnny Chen
2011-10-14Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen
2011-10-14Add a test case to exercise the newly added SB API:Johnny Chen
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen
2011-10-07Add fuzz call for SBBreakpointLocation.GetAddress().Johnny Chen
2011-10-03Add fuzz call for sub-section iteration for SBSection.Johnny Chen
2011-10-03Add SBSection API to the fuzz testing.Johnny Chen
2011-10-03Add fuzz call for watchpoint location iterator, too.Johnny Chen
2011-10-03Add fuzz calls for various iterators, too.Johnny Chen
2011-09-27Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen
2011-09-27Add fuzz testing for newly added SBWatchpointLocation API.Johnny Chen
2011-09-24Add FindValue() and WatchValue() fuzz calls to the mix.Johnny Chen
2011-09-24Added to the public API to allow symbolication:Greg Clayton
2011-09-15Add fuzz calls for added API methods: FindFirstType(), FindTypes(), and GetSo...Johnny Chen
2011-09-15Add fuzz calls to newly added methods: GetAsync() and SetSelectedTarget(SBTar...Johnny Chen
2011-08-15Add new SBAddress APIs to the fuzz tests.Johnny Chen
2011-08-05On second thought, add the IsValid() method to SBTypeList, making it similar ...Johnny Chen
2011-08-05Fixed test suite failure of test_SBTypeList().Johnny Chen
2011-08-05Remove expectedFailure decorator for test_SBType, which does not take an empt...Johnny Chen
2011-07-29Public API changes:Enrico Granata
2011-07-22Add new API for SBAddress to the fuzz test:Johnny Chen
2011-07-22Make the SBAddress class easier to use when using the publicGreg Clayton