| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change docstring wording: from 'method' to 'function'. | Johnny Chen | 2011-07-21 | 1 | -1/+1 |
* | Add docstring for SBInstructionList class. | Johnny Chen | 2011-07-21 | 1 | -0/+14 |
* | Add docstring for SBCommandReturnObject class. | Johnny Chen | 2011-07-21 | 1 | -0/+7 |
* | Add docstring for SBCommandInterpreter class. | Johnny Chen | 2011-07-20 | 1 | -0/+44 |
* | Add docstring for SBBroadcaster class. | Johnny Chen | 2011-07-20 | 1 | -0/+11 |
* | Add some docstrings for SBFileSpec class. | Johnny Chen | 2011-07-20 | 1 | -0/+21 |
* | Add some docstrings for SBError class. | Johnny Chen | 2011-07-20 | 1 | -0/+47 |
* | Add some docstrings for SBSourceManager class. | Johnny Chen | 2011-07-19 | 1 | -0/+26 |
* | Add some docstrings for SBStream class. | Johnny Chen | 2011-07-19 | 1 | -8/+47 |
* | Move the rest of the SB headers to interface files. | Johnny Chen | 2011-07-19 | 14 | -0/+815 |
* | Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. | Johnny Chen | 2011-07-19 | 4 | -1/+211 |
* | Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. | Johnny Chen | 2011-07-18 | 4 | -2/+313 |
* | Missed the interface file for SBFunction in the previous checkin. | Johnny Chen | 2011-07-18 | 1 | -0/+81 |
* | Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. | Johnny Chen | 2011-07-18 | 3 | -0/+530 |
* | Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBB... | Johnny Chen | 2011-07-18 | 4 | -0/+424 |
* | Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. | Johnny Chen | 2011-07-18 | 6 | -9/+588 |
* | Fix header documentations. | Johnny Chen | 2011-07-18 | 2 | -2/+2 |
* | Add two new interface files SBValue.i and SBValueList.i, instead of directly ... | Johnny Chen | 2011-07-18 | 2 | -0/+364 |
* | Cleaned up the interface file for SBTarget. | Johnny Chen | 2011-07-18 | 1 | -50/+0 |
* | Have SWIG generate autodoc strings with parameter types for all SB API object... | Johnny Chen | 2011-07-16 | 1 | -1/+0 |
* | Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h | Johnny Chen | 2011-07-16 | 2 | -15/+493 |
* | Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate... | Johnny Chen | 2011-07-15 | 1 | -3/+4 |
* | Add some more docstrings (includng example usages) to SBTarget.h. | Johnny Chen | 2011-07-14 | 1 | -0/+3 |
* | Missed the char_to_str_xform on the docstrings for the module level function ... | Johnny Chen | 2011-07-08 | 1 | -1/+3 |
* | Add post-processing step to transform the docstring from 'char', i.e., 'char ... | Johnny Chen | 2011-07-06 | 1 | -0/+24 |
* | Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings | Johnny Chen | 2011-07-03 | 1 | -16/+41 |
* | Add swig docstrings for SBFrame.h. | Johnny Chen | 2011-07-03 | 1 | -2/+3 |
* | Refine the post-processing phase of lldb.py to remove some more doxygen/c++-c... | Johnny Chen | 2011-07-02 | 1 | -1/+11 |
* | Add some documentation blocks to SBTarget.h and use swig docstring feature to | Johnny Chen | 2011-07-01 | 1 | -0/+16 |
* | Generalise pattern for matching IsValid signature | Peter Collingbourne | 2011-06-14 | 1 | -1/+1 |
* | Add rich comparison methods for the SBAddress object. | Johnny Chen | 2011-06-09 | 1 | -1/+2 |
* | Make it clear that the Python script modify-python-lldb.py is responsible for... | Johnny Chen | 2011-06-01 | 1 | -0/+8 |
* | Fix comment. | Johnny Chen | 2011-06-01 | 1 | -1/+1 |
* | Fix remaining Python issues leftover from my previous patch. | Charles Davis | 2011-06-01 | 1 | -3/+7 |
* | Use the with statement to simplify the build script. | Johnny Chen | 2011-05-27 | 1 | -42/+20 |
* | Added comment. | Johnny Chen | 2011-05-24 | 1 | -0/+1 |
* | Comment change. | Johnny Chen | 2011-05-24 | 1 | -1/+1 |
* | Fix a potential bug resulting from the wrong assumption that SWIG puts out th... | Johnny Chen | 2011-05-24 | 1 | -8/+8 |
* | Update comment. | Johnny Chen | 2011-05-24 | 1 | -1/+2 |
* | Add truth value testing to those lldb Python objects with the IsValid() metho... | Johnny Chen | 2011-05-17 | 1 | -5/+33 |
* | Add implementation of built-in function len() for those lldb containers with | Johnny Chen | 2011-05-16 | 1 | -1/+7 |
* | Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a te... | Johnny Chen | 2011-05-02 | 1 | -4/+23 |
* | Fix a typo in comment. | Johnny Chen | 2011-05-02 | 1 | -1/+1 |
* | Update comments. | Johnny Chen | 2011-04-29 | 2 | -3/+3 |
* | Fix a bug introduced in my previous checkin, where the state was not properly | Johnny Chen | 2011-04-29 | 1 | -2/+3 |
* | Add the Python rich comparison methods for SBBreakpoint, where GetID() returns | Johnny Chen | 2011-04-29 | 1 | -10/+26 |
* | Fix a typo. | Johnny Chen | 2011-04-28 | 1 | -1/+1 |
* | Move the iteration protocol of lldb objects to the auto-generated lldb Python... | Johnny Chen | 2011-04-28 | 3 | -26/+124 |
* | Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, | Johnny Chen | 2011-04-25 | 1 | -1/+1 |
* | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -1/+1 |