| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the ability to set timeout & "run all threads" options both from the "exp... | Jim Ingham | 2012-10-16 | 1 | -0/+2 |
* | <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb... | Enrico Granata | 2012-10-10 | 1 | -0/+2 |
* | Fix some type-related swig bugs on FreeBSD on x86_64 (and maybe other OS/arch). | Filipe Cabecinhas | 2012-09-19 | 1 | -1/+1 |
* | Made lldb.swig include <string>, which it requires. | Sean Callanan | 2012-08-09 | 1 | -0/+5 |
* | <rdar://problem/10062621> | Enrico Granata | 2012-02-15 | 1 | -0/+12 |
* | Added many more python convenience accessors: | Greg Clayton | 2012-02-01 | 1 | -0/+5 |
* | Removed the "lldb-forward-rtti.h" header file as it was designed to contain | Greg Clayton | 2012-01-30 | 1 | -1/+0 |
* | Cleaned up the SBWatchpoint public API. | Greg Clayton | 2011-10-13 | 1 | -2/+2 |
* | Export the watchpoint related API (SBWatchpointLocation class and added SBTar... | Johnny Chen | 2011-09-27 | 1 | -0/+2 |
* | Added to the public API to allow symbolication: | Greg Clayton | 2011-09-24 | 1 | -0/+2 |
* | Add a new breakpoint type "break by source regular expression". | Jim Ingham | 2011-09-21 | 1 | -0/+2 |
* | Redesign of the interaction between Python and frozen objects: | Enrico Granata | 2011-09-06 | 1 | -19/+2 |
* | Changes to Python commands: | Enrico Granata | 2011-08-16 | 1 | -0/+19 |
* | lldb.swig (the SWIG input file) has become too large. Modularize a bit by in... | Johnny Chen | 2011-07-26 | 1 | -639/+2 |
* | Python synthetic children: | Enrico Granata | 2011-07-24 | 1 | -2/+273 |
* | 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 |