summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/lldb.swig
Commit message (Expand)AuthorAgeFilesLines
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+2
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-2/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+2
* Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...Greg Clayton2016-06-241-0/+4
* Fix non-Windows build after r252906.Zachary Turner2015-11-121-0/+1
* Python 3 - Use six in our embedded Python glue code.Zachary Turner2015-11-111-0/+2
* Change swig interface files to use PythonDataObjects.Zachary Turner2015-10-141-1/+3
* Fix a variety of typos.Bruce Mitchener2015-06-181-2/+2
* Add language option in -gdb-show command (MI)Ilia K2015-04-281-0/+2
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-241-57/+57
* Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...Zachary Turner2015-02-171-0/+2
* Revert "I had recently added a new SBFrame::GetVariables() overload with yet ...Zachary Turner2015-02-171-2/+0
* Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...Oleksiy Vyalov2015-02-161-0/+2
* I had recently added a new SBFrame::GetVariables() overload with yet another ...Enrico Granata2015-02-121-0/+2
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-041-0/+2
* Add a new SBExecutionContext class that wraps an ExecutionContextRef. This cl...Enrico Granata2014-10-011-0/+2
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-0/+2
* Expose ThreadCollection in SB APIKuba Brecka2014-09-061-0/+2
* Add API control of the signal disposition.Todd Fiala2014-06-231-0/+5
* Add support for inspecting enum members.Todd Fiala2014-06-021-0/+2
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-2/+0
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-131-0/+4
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+2
* Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda2013-11-051-1/+1
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-081-0/+2
* Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ...Enrico Granata2013-06-211-0/+3
* 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
OpenPOWER on IntegriCloud