| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the rest of the SB headers to interface files. | Johnny Chen | 2011-07-19 | 1 | -15/+15 |
| * | Rearrange the %include SWIG directives into two groups. One is the pure .h h... | Johnny Chen | 2011-07-19 | 1 | -13/+17 |
| * | Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. | Johnny Chen | 2011-07-19 | 1 | -3/+4 |
| * | Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. | Johnny Chen | 2011-07-18 | 1 | -3/+3 |
| * | Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. | Johnny Chen | 2011-07-18 | 1 | -4/+4 |
| * | Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBB... | Johnny Chen | 2011-07-18 | 1 | -4/+4 |
| * | Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. | Johnny Chen | 2011-07-18 | 1 | -3/+3 |
| * | Add two new interface files SBValue.i and SBValueList.i, instead of directly ... | Johnny Chen | 2011-07-18 | 1 | -2/+2 |
| * | Runtime errors in Python scripts were not being shown; this fix makes them pr... | Enrico Granata | 2011-07-18 | 1 | -0/+4 |
| * | Have SWIG generate autodoc strings with parameter types for all SB API object... | Johnny Chen | 2011-07-16 | 1 | -1/+3 |
| * | Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h | Johnny Chen | 2011-07-16 | 1 | -1/+1 |
| * | Python summary strings: | Enrico Granata | 2011-07-15 | 1 | -0/+124 |
| * | Add summary info for SBBreakpoint to the lldb module level docstring. | Johnny Chen | 2011-07-14 | 1 | -1/+3 |
| * | Minor wording change. | Johnny Chen | 2011-07-14 | 1 | -1/+1 |
| * | o TestEvents.py: | Johnny Chen | 2011-07-08 | 1 | -1/+10 |
| * | Add docstrings for some API classes and auto-generates docstrings for the met... | Johnny Chen | 2011-07-01 | 1 | -1/+1 |
| * | Add module docstring to the auto-generated lldb.py file. | Johnny Chen | 2011-06-30 | 1 | -2/+24 |
| * | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -1/+1 |
| * | Fix compile warnings wrt LLDBWrapPython.cpp. | Johnny Chen | 2011-03-23 | 1 | -2/+2 |
| * | Abtracted the innards of lldb-core away from the SB interface. There was some | Greg Clayton | 2011-03-22 | 1 | -3/+6 |
| * | There's no sense checking for < 0 with a return type of size_t: | Johnny Chen | 2011-03-08 | 1 | -5/+0 |
| * | Add TestThreadAPI.py file to house the Python SBThread API test cases. | Johnny Chen | 2011-03-07 | 1 | -0/+27 |
| * | Add TestProcessAPI.py which exercises some Python SBProcess API. In particul... | Johnny Chen | 2011-03-01 | 1 | -4/+4 |
| * | Fixed an error in the type map for "char **" that was a bad memory smasher. | Greg Clayton | 2011-01-14 | 1 | -2/+39 |
| * | Split up the Python script interpreter code to allow multiple script interpre... | Caroline Tice | 2011-01-14 | 1 | -8/+58 |
| * | Patch by Stephen Wilson to make Swig happy building on linux. | Johnny Chen | 2010-12-16 | 1 | -0/+1 |
| * | More SWIG cleanup. Moved the breakpoint callback function back to the | Greg Clayton | 2010-10-07 | 1 | -74/+44 |
| * | Cleaned up the SWIG stuff so all includes happen as they should, no pulling | Greg Clayton | 2010-10-07 | 1 | -46/+25 |
| * | o SBtarget.cpp/.h: | Johnny Chen | 2010-10-07 | 1 | -0/+1 |
| * | Added the ability to get the disassembly instructions from the function and | Greg Clayton | 2010-10-06 | 1 | -0/+4 |
| * | Automatically wrap *all* Python code entered for a breakpoint command inside | Caroline Tice | 2010-09-27 | 1 | -0/+103 |
| * | Remove all the __repr__ methods from the API/*.h files, and put them | Caroline Tice | 2010-09-22 | 1 | -1/+1 |
| * | Remove SBCommandContext which was not needed or doing anything. | Caroline Tice | 2010-09-22 | 1 | -0/+2 |
| * | Add GetDescription() and __repr__ () methods to most API classes, to allow | Caroline Tice | 2010-09-20 | 1 | -0/+2 |
| * | Remove unnecessary/inappropriate output-printing functions from | Caroline Tice | 2010-09-15 | 1 | -2/+0 |
| * | o Exposed SBFileSpec to the Python APIs in lldb.py. | Johnny Chen | 2010-08-27 | 1 | -0/+2 |
| * | o Added a test case for array_types which uses the Python APIs from lldb.py, | Johnny Chen | 2010-08-26 | 1 | -0/+1 |
| * | Add a unique ID to each debugger instance. | Caroline Tice | 2010-06-30 | 1 | -0/+2 |
| * | Patched in Pawel Wodnicki's lldb.swig changes for linux compatability. | Greg Clayton | 2010-06-12 | 1 | -6/+9 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+149 |