summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)Author
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-18When the module path for `command script import` is invalid, echo the path.Jim Ingham
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere
2022-03-03[lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-19[lldb] Initialize Python exactly onceJonas Devlieghere
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath
2022-01-17[LLDB] Fix Python GIL-not-held issuesRalf Grosse-Kunstleve
2022-01-13[lldb] Fix that the embedded Python REPL crashes if it receives SIGINTJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath
2021-11-30[lldb] Remove 'extern "C"' from the lldb-swig-python interfacePavel Labath
2021-11-22[lldb] Fix [some] leaks in python bindingsPavel Labath
2021-11-16[lldb] fix -print-script-interpreter-info on windowsLawrence D'Anna
2021-11-13Revert "[lldb] Fix that the embedded Python REPL crashes if it receives SIGINT"Raphael Isemann
2021-11-12[lldb] Fix that the embedded Python REPL crashes if it receives SIGINTRaphael Isemann
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-01[lldb] [Host] Refactor TerminalStateMichał Górny
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani
2021-03-09[lldb] Fix a bug in D96779 (shared lib directory logic)Pavel Labath
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani
2021-02-18[lldb] Remove unused code in ScriptInterpreterPythonJonas Devlieghere
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath
2021-02-17[lldb] Improve error message for modules with dots or dashesJonas Devlieghere
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-12-09[lldb] Track the API boundary using a thread_local variable.Jonas Devlieghere
2020-12-02[LLDB/Python] Fix segfault on Python scripted entrypointsPedro Tammela
2020-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere
2020-10-13[lldb] Remove lexical block and fix formatting LoadScriptingModule (NFC)Jonas Devlieghere
2020-10-13[lldb] Unconditionally strip the `.py(c)` extension when loading a moduleJonas Devlieghere
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham
2020-06-25[lldb/ScriptInterpreter] Fix missing include on WindowsJonas Devlieghere
2020-06-25[lldb/ScriptInterpreter] Let the IORedirect factory handle IO being disabled.Jonas Devlieghere
2020-06-25[lldb/ScriptInterpreter] Extract IO redirection logicJonas Devlieghere
2020-06-15[lldb/Python] Various cleanups in ScriptInterpreterPython (NFC)Jonas Devlieghere
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere