aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)AuthorFilesLines
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