summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface
AgeCommit message (Expand)Author
2011-08-05Add SBType.GetBasicType() to the test scenario.Johnny Chen
2011-08-05Add docstring & example usage for SBTypeList.Johnny Chen
2011-08-05Fix indentation and remove the private section of SBTypeList.Johnny Chen
2011-08-04APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...Enrico Granata
2011-08-03Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton
2011-07-29Public API changes:Enrico Granata
2011-07-27Add docstrings and cross refs to SBCompileUnit and SBLineEntry.Johnny Chen
2011-07-27Add cross reference to SBThread from the SBFrame docstring. Also add a simpl...Johnny Chen
2011-07-27Add deprecation docstrings for some APIs which take an SBFrame - SBValues kno...Johnny Chen
2011-07-26Fix indentation and add a docstring for the ctor.Johnny Chen
2011-07-25Add cross references between the docstrings for regular SBValue iteration:Johnny Chen
2011-07-22Make the SBAddress class easier to use when using the publicGreg Clayton
2011-07-21Change docstring wording: from 'method' to 'function'.Johnny Chen
2011-07-21Add docstring for SBInstructionList class.Johnny Chen
2011-07-21Add docstring for SBCommandReturnObject class.Johnny Chen
2011-07-20Add docstring for SBCommandInterpreter class.Johnny Chen
2011-07-20Add docstring for SBBroadcaster class.Johnny Chen
2011-07-20Add some docstrings for SBFileSpec class.Johnny Chen
2011-07-20Add some docstrings for SBError class.Johnny Chen
2011-07-19Add some docstrings for SBSourceManager class.Johnny Chen
2011-07-19Add some docstrings for SBStream class.Johnny Chen
2011-07-19Move the rest of the SB headers to interface files.Johnny Chen
2011-07-19Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList.Johnny Chen
2011-07-18Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.Johnny Chen
2011-07-18Missed the interface file for SBFunction in the previous checkin.Johnny Chen
2011-07-18Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent.Johnny Chen
2011-07-18Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBB...Johnny Chen
2011-07-18Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.Johnny Chen
2011-07-18Fix header documentations.Johnny Chen
2011-07-18Add two new interface files SBValue.i and SBValueList.i, instead of directly ...Johnny Chen
2011-07-18Cleaned up the interface file for SBTarget.Johnny Chen
2011-07-16Have SWIG generate autodoc strings with parameter types for all SB API object...Johnny Chen
2011-07-16Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.hJohnny Chen