| Age | Commit message (Expand) | Author |
| 2015-11-18 | Remove the scripts/Python/build-swig-Python.sh script. | Todd Fiala |
| 2015-04-28 | Add language option in -gdb-show command (MI) | Ilia K |
| 2015-04-24 | Start to share SWIG interface files between languages. | Bruce Mitchener |
| 2015-02-17 | Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w... | Zachary Turner |
| 2015-02-17 | Revert "I had recently added a new SBFrame::GetVariables() overload with yet ... | Zachary Turner |
| 2015-02-16 | Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp... | Oleksiy Vyalov |
| 2015-02-12 | I had recently added a new SBFrame::GetVariables() overload with yet another ... | Enrico Granata |
| 2015-02-04 | Extend SBPlatform with capability to launch/terminate a process remotely. Int... | Oleksiy Vyalov |
| 2014-10-01 | Add a new SBExecutionContext class that wraps an ExecutionContextRef. This cl... | Enrico Granata |
| 2014-09-29 | This checkin is the first step in making the lldb thread stepping mechanism m... | Jim Ingham |
| 2014-09-06 | Expose ThreadCollection in SB API | Kuba Brecka |
| 2014-06-23 | Add API control of the signal disposition. | Todd Fiala |
| 2014-05-07 | If CMake finds a python interpreter, use it | Ed Maste |
| 2014-03-14 | Move LLDBWrapPython.cpp into the build folder for Xcode builds so it doesn't ... | Greg Clayton |
| 2014-01-27 | Merging the iohandler branch back into main. | Greg Clayton |
| 2013-12-13 | Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent | Jason Molenda |
| 2013-12-10 | As consistency, invoke python with /usr/bin/env (like it is done in the rest ... | Sylvestre Ledru |
| 2013-11-23 | Change lldb from building against a Python framework out of | Jason Molenda |
| 2013-11-20 | Expose SBPlatform through the public API. | Greg Clayton |
| 2013-07-08 | Added a way to extract the module specifications from a file. A module specif... | Greg Clayton |
| 2013-06-21 | Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ... | Enrico Granata |
| 2012-11-01 | Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks). | Filipe Cabecinhas |
| 2012-10-16 | Add 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-28 | Implementing plugins that provide commands. | Enrico Granata |
| 2012-09-27 | Patch from Dan Malea to get the Bourne shells scripts to run cleanly on Ubunt... | Jason Molenda |
| 2012-09-14 | Fixed some problems with SWIG bindings. | Filipe Cabecinhas |
| 2012-08-18 | Merge python-GIL bracnh (by filcab) back into trunk! | Johnny Chen |
| 2012-05-26 | Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts t... | Jim Ingham |
| 2012-05-24 | Fix missing Resources/Python directory for macosx build. | Johnny Chen |
| 2012-05-24 | Change the "Debug" build to use the current MacOSX SDK. Fix the swig builder... | Jim Ingham |
| 2012-02-21 | Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python | Jason Molenda |
| 2012-02-15 | <rdar://problem/10062621> | Enrico Granata |
| 2012-02-02 | ensure that changes to the typemaps are properly detected and cause SWIG to r... | Enrico Granata |
| 2011-11-04 | Fixed the Xcode project building of LLVM to be a bit more user friendly: | Greg Clayton |
| 2011-10-13 | Cleaned up the SBWatchpoint public API. | Greg Clayton |
| 2011-09-27 | Export the watchpoint related API (SBWatchpointLocation class and added SBTar... | Johnny Chen |
| 2011-09-09 | Fixed the error message: | Johnny Chen |
| 2011-09-06 | Redesign of the interaction between Python and frozen objects: | Enrico Granata |
| 2011-08-22 | Check the timesatmps of includees python-extensions.swig and python-wrapper.s... | Johnny Chen |
| 2011-04-29 | Update comments. | Johnny Chen |
| 2011-04-28 | Move the iteration protocol of lldb objects to the auto-generated lldb Python... | Johnny Chen |
| 2011-03-24 | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton |
| 2011-03-01 | Look for swig in /usr/bin and /usr/local/bin. | Jim Ingham |
| 2010-10-28 | Remove references to particular Python version (use the system default | Caroline Tice |
| 2010-10-26 | First pass at adding logging capabilities for the API functions. At the moment | Caroline Tice |
| 2010-10-18 | Add header files that were added to lldb.swig to the build | Caroline Tice |
| 2010-10-07 | Cleaned up the SWIG stuff so all includes happen as they should, no pulling | Greg Clayton |
| 2010-10-06 | Added the ability to get the disassembly instructions from the function and | Greg Clayton |
| 2010-09-22 | Remove SBCommandContext which was not needed or doing anything. | Caroline Tice |