summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)Author
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek
2018-10-31Revert r345686 due to build failuresKuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek
2018-10-14Fix double import of _lldb module.Vadim Chugunov
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham
2018-07-23[NFC] Minor code refactoring.Raphael Isemann
2018-07-13No longer pass a StringRef to the Python APIRaphael Isemann
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann
2018-06-21Partially revert r335236Pavel Labath
2018-06-21ScriptInterpreterPython cleanupPavel Labath
2018-06-20Remove dependency from Host to pythonPavel Labath
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath
2018-06-13[FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-02Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-11-02Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-10-17Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda
2017-10-17Committing this for Larry D'Anna:Jason Molenda
2017-07-09Don't access Python objects while not holding the GIL.Zachary Turner
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
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