aboutsummaryrefslogtreecommitdiff
path: root/scripts/lldb.swig
AgeCommit message (Expand)Author
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton
2013-06-21Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ...Enrico Granata
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham
2012-10-10<rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata
2012-09-19Fix some type-related swig bugs on FreeBSD on x86_64 (and maybe other OS/arch).Filipe Cabecinhas
2012-08-09Made lldb.swig include <string>, which it requires.Sean Callanan
2012-02-15<rdar://problem/10062621>Enrico Granata
2012-02-01Added many more python convenience accessors:Greg Clayton
2012-01-30Removed the "lldb-forward-rtti.h" header file as it was designed to containGreg Clayton
2011-10-13Cleaned up the SBWatchpoint public API.Greg Clayton
2011-09-27Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen
2011-09-24Added to the public API to allow symbolication:Greg Clayton
2011-09-21Add a new breakpoint type "break by source regular expression".Jim Ingham
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata
2011-08-16Changes to Python commands:Enrico Granata
2011-07-26lldb.swig (the SWIG input file) has become too large. Modularize a bit by in...Johnny Chen
2011-07-24Python synthetic children:Enrico Granata
2011-07-19Move the rest of the SB headers to interface files.Johnny Chen
2011-07-19Rearrange the %include SWIG directives into two groups. One is the pure .h h...Johnny Chen
2011-07-19Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList.Johnny Chen
2011-07-18Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.Johnny Chen
2011-07-18Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent.Johnny Chen
2011-07-18Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBB...Johnny Chen
2011-07-18Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.Johnny Chen
2011-07-18Add two new interface files SBValue.i and SBValueList.i, instead of directly ...Johnny Chen
2011-07-18Runtime errors in Python scripts were not being shown; this fix makes them pr...Enrico Granata
2011-07-16Have SWIG generate autodoc strings with parameter types for all SB API object...Johnny Chen
2011-07-16Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.hJohnny Chen
2011-07-15Python summary strings:Enrico Granata
2011-07-14Add summary info for SBBreakpoint to the lldb module level docstring.Johnny Chen
2011-07-14Minor wording change.Johnny Chen
2011-07-08o TestEvents.py:Johnny Chen
2011-07-01Add docstrings for some API classes and auto-generates docstrings for the met...Johnny Chen
2011-06-30Add module docstring to the auto-generated lldb.py file.Johnny Chen
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-03-23Fix compile warnings wrt LLDBWrapPython.cpp.Johnny Chen
2011-03-22Abtracted the innards of lldb-core away from the SB interface. There was someGreg Clayton
2011-03-08There's no sense checking for < 0 with a return type of size_t:Johnny Chen
2011-03-07Add TestThreadAPI.py file to house the Python SBThread API test cases.Johnny Chen
2011-03-01Add TestProcessAPI.py which exercises some Python SBProcess API. In particul...Johnny Chen
2011-01-14Fixed an error in the type map for "char **" that was a bad memory smasher.Greg Clayton
2011-01-14Split up the Python script interpreter code to allow multiple script interpre...Caroline Tice
2010-12-16Patch by Stephen Wilson to make Swig happy building on linux.Johnny Chen
2010-10-07More SWIG cleanup. Moved the breakpoint callback function back to theGreg Clayton
2010-10-07Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton
2010-10-07o SBtarget.cpp/.h:Johnny Chen
2010-10-06Added the ability to get the disassembly instructions from the function andGreg Clayton
2010-09-27Automatically wrap *all* Python code entered for a breakpoint command insideCaroline Tice
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice
2010-09-22Remove SBCommandContext which was not needed or doing anything.Caroline Tice