aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda1-2/+3
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda1-3/+2
2017-11-02Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda1-2/+3
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda1-3/+2
2017-10-17Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda1-2/+3
2017-10-17Committing this for Larry D'Anna:Jason Molenda1-3/+2
2017-07-09Don't access Python objects while not holding the GIL.Zachary Turner1-8/+6
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath1-1/+1
2017-05-15Remove an expensive lock from TimerPavel Labath1-5/+8
2017-05-12Rename Error -> Status.Zachary Turner1-25/+25
2017-03-08Resubmit FileSystem changes.Zachary Turner1-5/+8
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath1-9/+5
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner1-5/+9
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski1-2/+2
2017-02-05Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath1-24/+12
2017-01-06Fix clang build for r291198Pavel Labath1-1/+1
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie1-6/+1
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-3/+3
2016-09-26Fix serialization of Python breakpoint commands.Jim Ingham1-4/+19
2016-09-13Some more pointer safety in Breakpoint.Zachary Turner1-42/+37
2016-09-12This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham1-7/+8
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-2851/+2775
2016-08-19Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone1-0/+2
2016-08-09Delete Host/windows/win32.hZachary Turner1-3/+3
2016-08-05Add a few more needed bits to the scripted thread plans.Jim Ingham1-0/+17
2016-05-16Don't crash when OS plug-in returns None from any of the functions we might c...Greg Clayton1-16/+24
2016-05-02Add support for synthetic child providers to optionally return a customized t...Enrico Granata1-0/+66
2016-04-12Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata1-4/+4
2016-04-12Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...Pavel Labath1-5/+5
2016-04-12Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata1-5/+5
2016-04-07Fix TestImport for Windows by ensuring backslashes in the directory paths are...Adrian McCarthy1-7/+8
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