summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)Author
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2017-02-05Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath
2017-01-06Fix clang build for r291198Pavel Labath
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-26Fix serialization of Python breakpoint commands.Jim Ingham
2016-09-13Some more pointer safety in Breakpoint.Zachary Turner
2016-09-12This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-08-05Add a few more needed bits to the scripted thread plans.Jim Ingham
2016-05-16Don't crash when OS plug-in returns None from any of the functions we might c...Greg Clayton
2016-05-02Add support for synthetic child providers to optionally return a customized t...Enrico Granata
2016-04-12Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata
2016-04-12Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...Pavel Labath
2016-04-12Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata
2016-04-07Fix TestImport for Windows by ensuring backslashes in the directory paths are...Adrian McCarthy
2016-03-10Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton
2016-02-09Fix an issue where pressing CTRL+C in the interactive script interpreter caus...Enrico Granata
2016-01-28Fix const cast error for MSVC2015 build.Aidan Dodds
2016-01-11Fix Python 3 issues related to OS plugins.Zachary Turner
2015-12-04Python 3 - Fix script import --allow-reload.Zachary Turner
2015-11-13Introduce a `PythonExceptionState` class.Zachary Turner
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra
2015-10-20Fix potential file i/o problem with python handles.Zachary Turner
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner
2015-10-14Make uses of /dev/null portable across OSes.Zachary Turner
2015-10-14Avoid a -Wreorder warning in ScriptInterpreterPython.cpp.Stephane Sezer
2015-10-14Fix Python initialization for Python 3.Zachary Turner
2015-10-14Change swig interface files to use PythonDataObjects.Zachary Turner
2015-10-14Fix compiler warnings in ScriptInterpreterPythonPavel Labath
2015-10-13Change PyFile_FromFile to use PyFile_FromFd when using Py3.Zachary Turner
2015-10-13Fix ref counting of Python objects.Zachary Turner
2015-10-09Fix build broken by r249885Zachary Turner
2015-10-09Port native Python-API to 3.xZachary Turner
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner