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