summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/lldb.swig
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-0/+2
* <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata2012-10-101-0/+2
* Fix some type-related swig bugs on FreeBSD on x86_64 (and maybe other OS/arch).Filipe Cabecinhas2012-09-191-1/+1
* Made lldb.swig include <string>, which it requires.Sean Callanan2012-08-091-0/+5
* <rdar://problem/10062621>Enrico Granata2012-02-151-0/+12
* Added many more python convenience accessors:Greg Clayton2012-02-011-0/+5
* Removed the "lldb-forward-rtti.h" header file as it was designed to containGreg Clayton2012-01-301-1/+0
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-131-2/+2
* Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen2011-09-271-0/+2
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-0/+2
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-0/+2
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-19/+2
* Changes to Python commands:Enrico Granata2011-08-161-0/+19
* lldb.swig (the SWIG input file) has become too large. Modularize a bit by in...Johnny Chen2011-07-261-639/+2
* Python synthetic children:Enrico Granata2011-07-241-2/+273
* 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
OpenPOWER on IntegriCloud