aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface
AgeCommit message (Expand)AuthorFilesLines
2011-08-16Changes to Python commands:Enrico Granata1-0/+7
2011-08-12Update the SBAddress.i Python interface file to the latest SBAddress.h,Johnny Chen1-0/+40
2011-08-05On second thought, add the IsValid() method to SBTypeList, making it similar ...Johnny Chen1-0/+3
2011-08-05Add SBType.GetBasicType() to the test scenario.Johnny Chen1-0/+73
2011-08-05Add docstring & example usage for SBTypeList.Johnny Chen1-0/+31
2011-08-05Fix indentation and remove the private section of SBTypeList.Johnny Chen1-58/+54
2011-08-04APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...Enrico Granata1-1/+7
2011-08-03Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2-33/+7
2011-07-29Public API changes:Enrico Granata4-86/+100
2011-07-27Add docstrings and cross refs to SBCompileUnit and SBLineEntry.Johnny Chen2-3/+33
2011-07-27Add cross reference to SBThread from the SBFrame docstring. Also add a simpl...Johnny Chen1-1/+7
2011-07-27Add deprecation docstrings for some APIs which take an SBFrame - SBValues kno...Johnny Chen1-7/+18
2011-07-26Fix indentation and add a docstring for the ctor.Johnny Chen1-4/+6
2011-07-25Add cross references between the docstrings for regular SBValue iteration:Johnny Chen1-1/+5
2011-07-22Make the SBAddress class easier to use when using the publicGreg Clayton2-3/+9
2011-07-21Change docstring wording: from 'method' to 'function'.Johnny Chen1-1/+1
2011-07-21Add docstring for SBInstructionList class.Johnny Chen1-0/+14
2011-07-21Add docstring for SBCommandReturnObject class.Johnny Chen1-0/+7
2011-07-20Add docstring for SBCommandInterpreter class.Johnny Chen1-0/+44
2011-07-20Add docstring for SBBroadcaster class.Johnny Chen1-0/+11
2011-07-20Add some docstrings for SBFileSpec class.Johnny Chen1-0/+21
2011-07-20Add some docstrings for SBError class.Johnny Chen1-0/+47
2011-07-19Add some docstrings for SBSourceManager class.Johnny Chen1-0/+26
2011-07-19Add some docstrings for SBStream class.Johnny Chen1-8/+47
2011-07-19Move the rest of the SB headers to interface files.Johnny Chen14-0/+815
2011-07-19Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList.Johnny Chen4-1/+211
2011-07-18Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.Johnny Chen4-2/+313
2011-07-18Missed the interface file for SBFunction in the previous checkin.Johnny Chen1-0/+81
2011-07-18Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent.Johnny Chen3-0/+530
2011-07-18Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBB...Johnny Chen4-0/+424
2011-07-18Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.Johnny Chen6-9/+588
2011-07-18Fix header documentations.Johnny Chen2-2/+2
2011-07-18Add two new interface files SBValue.i and SBValueList.i, instead of directly ...Johnny Chen2-0/+364
2011-07-18Cleaned up the interface file for SBTarget.Johnny Chen1-50/+0
2011-07-16Have SWIG generate autodoc strings with parameter types for all SB API object...Johnny Chen1-1/+0
2011-07-16Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.hJohnny Chen1-0/+449