aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)AuthorFilesLines
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath6-80/+82
2022-01-17[LLDB] Fix Python GIL-not-held issuesRalf Grosse-Kunstleve3-66/+57
2022-01-13[lldb] Fix that the embedded Python REPL crashes if it receives SIGINTJonas Devlieghere1-0/+68
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere1-1/+0
2022-01-07[NFC] Fix endif comments to match with include guardQiu Chaofan1-1/+1
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath2-34/+32
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath6-33/+26
2021-11-30[lldb] Remove 'extern "C"' from the lldb-swig-python interfacePavel Labath2-171/+157
2021-11-22[lldb] Fix [some] leaks in python bindingsPavel Labath1-8/+7
2021-11-16[lldb] fix -print-script-interpreter-info on windowsLawrence D'Anna2-19/+26
2021-11-13Revert "[lldb] Fix that the embedded Python REPL crashes if it receives SIGINT"Raphael Isemann1-59/+0
2021-11-12[lldb] Fix that the embedded Python REPL crashes if it receives SIGINTRaphael Isemann1-0/+59
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna4-14/+42
2021-11-10[lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani2-7/+12
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath3-11/+4
2021-10-19[lldb] [Host] Make Terminal methods return llvm::ErrorMichał Górny1-2/+3
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-5/+3
2021-10-08[lldb/Plugins] Replace platform-specific macro with LLVM_PRETTY_FUNCTION (NFC)Med Ismail Bennani3-14/+14
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani5-7/+40
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani8-63/+251
2021-10-01[lldb] [Host] Refactor TerminalStateMichał Górny2-8/+2
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