summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)Author
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
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna
2020-04-07[ScriptInterpreterPython] Remove buggy code to save/restore stdin.Davide Italiano
2020-04-02[lldb] Change Communication::SetConnection to take a unique_ptrPavel Labath
2020-03-24[lldb/Reproducers] Collect files imported by command script importJonas Devlieghere
2020-02-21Allow customized relative PYTHONHOME (Attemp 1)Haibo Huang
2020-02-21Revert "Allow customized relative PYTHONHOME"Stella Stamenova
2020-02-21Allow customized relative PYTHONHOMEHaibo Huang
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-15[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)Jonas Devlieghere
2020-01-14[lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere
2019-12-22[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
2019-12-03[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea
2019-11-12[lldb] Fix some warnings in the python pluginPavel Labath