summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)Author
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-11-10[lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-19[lldb] [Host] Make Terminal methods return llvm::ErrorMichał Górny
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-08[lldb/Plugins] Replace platform-specific macro with LLVM_PRETTY_FUNCTION (NFC)Med Ismail Bennani
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani
2021-10-01[lldb] [Host] Refactor TerminalStateMichał Górny
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-09-03[lldb/Plugins] Move member template specialization out of classMed Ismail Bennani
2021-09-03[lldb/Plugins] Introduce Scripted Interface FactoryMed Ismail Bennani
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-07-22[lldb] Fix build failure introduced by 3d4cadfb26437bd686ca8177f5454a366fed59ebMed Ismail Bennani
2021-07-22[lldb/Interpreter] Conform ScriptedProcessPythonInterface to SWIG python typesMed Ismail Bennani
2021-07-22[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
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[NFC][LLDB] Removing extra semicolons to silence -Wc++98-compat-extra-semi di...Shafik Yaghmour
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/Plugins] Fix SWIGPythonBridge build issueMed 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-08-17[lldb] Get rid of helper CMake variables for PythonJonas Devlieghere
2020-08-05[lldb] Use PyUnicode_GetLength instead of PyUnicode_GetSizeTatyana Krasnukha
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] Remove redundant access specifiers (NFC)Jonas 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-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine