summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone2016-08-191-0/+2
* Delete Host/windows/win32.hZachary Turner2016-08-091-3/+3
* Add a few more needed bits to the scripted thread plans.Jim Ingham2016-08-051-0/+17
* Don't crash when OS plug-in returns None from any of the functions we might c...Greg Clayton2016-05-161-16/+24
* Add support for synthetic child providers to optionally return a customized t...Enrico Granata2016-05-021-0/+66
* Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata2016-04-121-4/+4
* Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...Pavel Labath2016-04-121-5/+5
* Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata2016-04-121-5/+5
* Fix TestImport for Windows by ensuring backslashes in the directory paths are...Adrian McCarthy2016-04-071-7/+8
* Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton2016-03-101-37/+35
* Fix an issue where pressing CTRL+C in the interactive script interpreter caus...Enrico Granata2016-02-091-1/+1
* Fix const cast error for MSVC2015 build.Aidan Dodds2016-01-281-1/+1
* Fix Python 3 issues related to OS plugins.Zachary Turner2016-01-111-3/+3
* Python 3 - Fix script import --allow-reload.Zachary Turner2015-12-041-3/+8
* Introduce a `PythonExceptionState` class.Zachary Turner2015-11-131-85/+4
* [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