aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-10Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton1-37/+35
2016-02-09Fix an issue where pressing CTRL+C in the interactive script interpreter caus...Enrico Granata1-1/+1
2016-01-28Fix const cast error for MSVC2015 build.Aidan Dodds1-1/+1
2016-01-11Fix Python 3 issues related to OS plugins.Zachary Turner1-3/+3
2015-12-04Python 3 - Fix script import --allow-reload.Zachary Turner1-3/+8
2015-11-13Introduce a `PythonExceptionState` class.Zachary Turner1-85/+4
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra1-2/+2
2015-10-20Fix potential file i/o problem with python handles.Zachary Turner1-34/+41
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner1-33/+26
2015-10-14Make uses of /dev/null portable across OSes.Zachary Turner1-2/+3
2015-10-14Avoid a -Wreorder warning in ScriptInterpreterPython.cpp.Stephane Sezer1-2/+2
2015-10-14Fix Python initialization for Python 3.Zachary Turner1-46/+91
2015-10-14Change swig interface files to use PythonDataObjects.Zachary Turner1-1/+1
2015-10-14Fix compiler warnings in ScriptInterpreterPythonPavel Labath1-1/+1
2015-10-13Change PyFile_FromFile to use PyFile_FromFd when using Py3.Zachary Turner1-5/+17
2015-10-13Fix ref counting of Python objects.Zachary Turner1-401/+306
2015-10-09Fix build broken by r249885Zachary Turner1-2/+2
2015-10-09Port native Python-API to 3.xZachary Turner1-35/+65
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner1-0/+3255