summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/build-swig-Python.sh
Commit message (Expand)AuthorAgeFilesLines
* Remove the scripts/Python/build-swig-Python.sh script.Todd Fiala2015-11-181-378/+0
* 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-53/+53
* 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-2/+4
* If CMake finds a python interpreter, use itEd Maste2014-05-071-4/+6
* Move LLDBWrapPython.cpp into the build folder for Xcode builds so it doesn't ...Greg Clayton2014-03-141-6/+1
* 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
* As consistency, invoke python with /usr/bin/env (like it is done in the rest ...Sylvestre Ledru2013-12-101-1/+1
* Change lldb from building against a Python framework out ofJason Molenda2013-11-231-15/+0
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+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/+14
* Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).Filipe Cabecinhas2012-11-011-11/+50
* 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/+1
* Implementing plugins that provide commands.Enrico Granata2012-09-281-1/+1
* Patch from Dan Malea to get the Bourne shells scripts to run cleanly on Ubunt...Jason Molenda2012-09-271-19/+19
* Fixed some problems with SWIG bindings.Filipe Cabecinhas2012-09-141-4/+9
* Merge python-GIL bracnh (by filcab) back into trunk!Johnny Chen2012-08-181-1/+1
* Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts t...Jim Ingham2012-05-261-1/+4
* Fix missing Resources/Python directory for macosx build.Johnny Chen2012-05-241-1/+1
* Change the "Debug" build to use the current MacOSX SDK. Fix the swig builder...Jim Ingham2012-05-241-5/+6
* Patch Enrico's changes from r150558 on 2012-02-14 to build even if PythonJason Molenda2012-02-211-0/+9
* <rdar://problem/10062621>Enrico Granata2012-02-151-0/+12
* ensure that changes to the typemaps are properly detected and cause SWIG to r...Enrico Granata2012-02-021-0/+14
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-0/+8
* 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-2/+4
* Fixed the error message:Johnny Chen2011-09-091-33/+33
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-0/+58
* Check the timesatmps of includees python-extensions.swig and python-wrapper.s...Johnny Chen2011-08-221-4/+17
* Update comments.Johnny Chen2011-04-291-1/+1
* Move the iteration protocol of lldb objects to the auto-generated lldb Python...Johnny Chen2011-04-281-3/+4
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Look for swig in /usr/bin and /usr/local/bin.Jim Ingham2011-03-011-1/+2
* Remove references to particular Python version (use the system defaultCaroline Tice2010-10-281-0/+11
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+18
* Add header files that were added to lldb.swig to the buildCaroline Tice2010-10-181-0/+5
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-071-2/+6
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-0/+2
* Remove SBCommandContext which was not needed or doing anything.Caroline Tice2010-09-221-2/+3
OpenPOWER on IntegriCloud