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