aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)AuthorFilesLines
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-4/+0
2021-09-03[lldb/Plugins] Move member template specialization out of classMed Ismail Bennani2-27/+37
2021-09-03[lldb/Plugins] Introduce Scripted Interface FactoryMed Ismail Bennani6-225/+286
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny1-5/+10
2021-07-22[lldb] Fix build failure introduced by 3d4cadfb26437bd686ca8177f5454a366fed59ebMed Ismail Bennani1-1/+2
2021-07-22[lldb/Interpreter] Conform ScriptedProcessPythonInterface to SWIG python typesMed Ismail Bennani2-19/+31
2021-07-22[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani2-6/+17
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere2-30/+67
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere3-8/+8
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham2-21/+18
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere2-6/+5
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann3-4/+4
2021-03-23[NFC][LLDB] Removing extra semicolons to silence -Wc++98-compat-extra-semi di...Shafik Yaghmour1-1/+1
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani8-32/+468
2021-03-09[lldb] Fix a bug in D96779 (shared lib directory logic)Pavel Labath1-2/+3
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani8-468/+32
2021-03-01[lldb/Plugins] Fix SWIGPythonBridge build issueMed Ismail Bennani1-0/+2
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani8-32/+466
2021-02-18[lldb] Remove unused code in ScriptInterpreterPythonJonas Devlieghere1-11/+6
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath2-0/+26
2021-02-17[lldb] Improve error message for modules with dots or dashesJonas Devlieghere1-0/+14
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-6/+3
2020-12-09[lldb] Track the API boundary using a thread_local variable.Jonas Devlieghere1-0/+2
2020-12-02[LLDB/Python] Fix segfault on Python scripted entrypointsPedro Tammela1-18/+19
2020-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere2-49/+70
2020-10-13[lldb] Remove lexical block and fix formatting LoadScriptingModule (NFC)Jonas Devlieghere1-124/+121
2020-10-13[lldb] Unconditionally strip the `.py(c)` extension when loading a moduleJonas Devlieghere1-8/+9
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham2-0/+72
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere2-72/+0
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham2-0/+72
2020-08-17[lldb] Get rid of helper CMake variables for PythonJonas Devlieghere1-1/+1
2020-08-05[lldb] Use PyUnicode_GetLength instead of PyUnicode_GetSizeTatyana Krasnukha1-0/+4
2020-06-25[lldb/ScriptInterpreter] Fix missing include on WindowsJonas Devlieghere1-7/+0
2020-06-25[lldb/ScriptInterpreter] Let the IORedirect factory handle IO being disabled.Jonas Devlieghere1-4/+2
2020-06-25[lldb/ScriptInterpreter] Extract IO redirection logicJonas Devlieghere1-95/+20
2020-06-15[lldb] Remove redundant access specifiers (NFC)Jonas Devlieghere1-1/+0
2020-06-15[lldb/Python] Various cleanups in ScriptInterpreterPython (NFC)Jonas Devlieghere1-23/+25
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere2-2/+2
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-1/+3
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna3-41/+82
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid3-48/+32
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna3-32/+48
2020-04-07[ScriptInterpreterPython] Remove buggy code to save/restore stdin.Davide Italiano1-6/+0
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki2-2/+2
2020-04-02[lldb] Change Communication::SetConnection to take a unique_ptrPavel Labath1-1/+1
2020-03-24[lldb/Reproducers] Collect files imported by command script importJonas Devlieghere1-0/+1
2020-02-21Allow customized relative PYTHONHOME (Attemp 1)Haibo Huang1-5/+27
2020-02-21Revert "Allow customized relative PYTHONHOME"Stella Stamenova1-27/+5
2020-02-21Allow customized relative PYTHONHOMEHaibo Huang1-5/+27
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1