summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-2/+2
* Fix potential file i/o problem with python handles.Zachary Turner2015-10-201-34/+41
* Introduce a `PythonFile` object, and use it everywhere.Zachary Turner2015-10-151-33/+26
* Make uses of /dev/null portable across OSes.Zachary Turner2015-10-141-2/+3
* Avoid a -Wreorder warning in ScriptInterpreterPython.cpp.Stephane Sezer2015-10-141-2/+2
* Fix Python initialization for Python 3.Zachary Turner2015-10-141-46/+91
* Change swig interface files to use PythonDataObjects.Zachary Turner2015-10-141-1/+1
* Fix compiler warnings in ScriptInterpreterPythonPavel Labath2015-10-141-1/+1
* Change PyFile_FromFile to use PyFile_FromFd when using Py3.Zachary Turner2015-10-131-5/+17
* Fix ref counting of Python objects.Zachary Turner2015-10-131-401/+306
* Fix build broken by r249885Zachary Turner2015-10-091-2/+2
* Port native Python-API to 3.xZachary Turner2015-10-091-35/+65
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-0/+3255
OpenPOWER on IntegriCloud