aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-07-25[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani1-4/+4
2024-07-23Revert "[lldb/Commands] Add `scripting template list` command with auto disco...Med Ismail Bennani1-4/+4
2024-07-23[lldb/Commands] Add `scripting template list` command with auto discovery (#9...Med Ismail Bennani1-4/+4
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham1-0/+27
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani1-116/+6
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl1-6/+3
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-6/+116
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani1-116/+6
2024-02-28Fix interactive use of "command script add". (#83350)jimingham1-1/+1
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