aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-17[lldb] Call Import_AppendInittab before Py_Initialize (#82095)Jonas Devlieghere1-14/+18
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham1-1/+252
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda1-6/+116
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani1-116/+6
2023-11-07[lldb/Interpreter] Make Scripted*Interface base class abstract (#71465)Med Ismail Bennani1-2/+0
2023-10-30Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-6/+116
2023-10-30[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani1-116/+6
2023-10-30[lldb] Fix misleading indentiation warning in ScriptInterpreterPython (NFC) (...Med Ismail Bennani1-0/+4
2023-10-30[lldb] Adapt code to Python 3.13 (#70445)Tulio Magno Quites Machado Filho1-0/+9
2023-10-26[lldb] Introduce OperatingSystem{,Python}Interface and make use itMed Ismail Bennani1-153/+6
2023-10-23[lldb] Move ScriptInterpreter Interfaces to subdirectory (NFC)Med Ismail Bennani1-2/+8
2023-09-19[lldb] Fix build after d5a62b78b8aeAlex Langford1-1/+1
2023-09-19[lldb][NFCI] Remove unneccessary allocation in ScriptInterpreterPythonImpl::G...Alex Langford1-17/+4
2023-07-30[lldb] Remove outdated comment and radar link (NFC)Jonas Devlieghere1-5/+1
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani1-0/+11
2023-05-30[lldb][NFCI] Change type of SBDebugger::m_instance_nameAlex Langford1-1/+1
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford1-52/+60
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham1-2/+20
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford1-1/+1
2023-02-28[lldb] Remove const qualifier on bool argument passed by valueMed Ismail Bennani1-6/+6
2023-02-28[lldb] Fix {break,watch}point command function stopping behaviourMed Ismail Bennani1-52/+83
2023-02-15[lldb] Remove pydoc import during script interpreter initDave Lee1-2/+2
2023-02-14Report a useful error when someone passes an incorrect python class name.Jim Ingham1-2/+5
2023-02-06[lldb/Plugins] Fix method dispatch bug when using multiple scripted processesMed Ismail Bennani1-2/+5
2023-01-12[lldb/Interpreter] Introduce ScriptedPlatform{,Python}InterfaceMed Ismail Bennani1-0/+3
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-09Switch the "command script add" interactive input to use the new command form.Jim Ingham1-1/+1
2022-11-18[lldb/Python] Make use of PythonObject and PythonFormat in callbacks (NFC)Med Ismail Bennani1-215/+61
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya1-0/+8
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny1-1/+1
2022-08-27[lldb] Use nullptr instead of NULL (NFC)Kazu Hirata1-1/+1
2022-08-27[lldb] Remove a redundaunt return statement (NFC)Kazu Hirata1-2/+0
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee1-1/+1
2022-08-09[lldb/crashlog] Surface error using SBCommandReturnObject argumentMed Ismail Bennani1-4/+6
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-2/+2
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-2/+2
2022-07-22Fix buildbot breakage after https://reviews.llvm.org/D130309.Greg Clayton1-1/+1
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-07-18When the module path for `command script import` is invalid, echo the path.Jim Ingham1-3/+3
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere1-27/+1
2022-03-03[lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere1-1/+0
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-7/+7
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere1-1/+1
2022-01-19[lldb] Initialize Python exactly onceJonas Devlieghere1-35/+24
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath1-16/+25
2022-01-17[LLDB] Fix Python GIL-not-held issuesRalf Grosse-Kunstleve1-62/+35
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