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