summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)Author
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani
2024-02-28Fix interactive use of "command script add". (#83350)jimingham
2024-02-17[lldb] Call Import_AppendInittab before Py_Initialize (#82095)Jonas Devlieghere
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani
2023-11-07[lldb/Interpreter] Make Scripted*Interface base class abstract (#71465)Med Ismail Bennani
2023-10-30Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani
2023-10-30[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani
2023-10-30[lldb] Fix misleading indentiation warning in ScriptInterpreterPython (NFC) (...Med Ismail Bennani
2023-10-30[lldb] Adapt code to Python 3.13 (#70445)Tulio Magno Quites Machado Filho
2023-10-26[lldb] Introduce OperatingSystem{,Python}Interface and make use itMed Ismail Bennani
2023-10-23[lldb] Move ScriptInterpreter Interfaces to subdirectory (NFC)Med Ismail Bennani
2023-09-19[lldb] Fix build after d5a62b78b8aeAlex Langford
2023-09-19[lldb][NFCI] Remove unneccessary allocation in ScriptInterpreterPythonImpl::G...Alex Langford
2023-07-30[lldb] Remove outdated comment and radar link (NFC)Jonas Devlieghere
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani
2023-05-30[lldb][NFCI] Change type of SBDebugger::m_instance_nameAlex Langford
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford
2023-02-28[lldb] Remove const qualifier on bool argument passed by valueMed Ismail Bennani
2023-02-28[lldb] Fix {break,watch}point command function stopping behaviourMed Ismail Bennani
2023-02-15[lldb] Remove pydoc import during script interpreter initDave Lee
2023-02-14Report a useful error when someone passes an incorrect python class name.Jim Ingham
2023-02-06[lldb/Plugins] Fix method dispatch bug when using multiple scripted processesMed Ismail Bennani
2023-01-12[lldb/Interpreter] Introduce ScriptedPlatform{,Python}InterfaceMed Ismail Bennani
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-09Switch the "command script add" interactive input to use the new command form.Jim Ingham
2022-11-18[lldb/Python] Make use of PythonObject and PythonFormat in callbacks (NFC)Med Ismail Bennani
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny
2022-08-27[lldb] Use nullptr instead of NULL (NFC)Kazu Hirata
2022-08-27[lldb] Remove a redundaunt return statement (NFC)Kazu Hirata
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-08-09[lldb/crashlog] Surface error using SBCommandReturnObject argumentMed Ismail Bennani
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22Fix buildbot breakage after https://reviews.llvm.org/D130309.Greg Clayton
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-18When the module path for `command script import` is invalid, echo the path.Jim Ingham
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere
2022-03-03[lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere