[all-commits] [llvm/llvm-project] fd999b: [lldb/Interpreter] Surface Python exceptions from ...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Fri Jul 31 17:51:35 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd999b4c8bb7c02bbd3051832e599683679955f4
https://github.com/llvm/llvm-project/commit/fd999b4c8bb7c02bbd3051832e599683679955f4
Author: Med Ismail Bennani <ismail at bennani.ma>
Date: 2026-07-31 (Fri, 31 Jul 2026)
Changed paths:
M lldb/bindings/python/python-wrapper.swig
M lldb/include/lldb/Interpreter/Interfaces/ScriptedBreakpointInterface.h
M lldb/include/lldb/Interpreter/Interfaces/ScriptedFrameProviderInterface.h
M lldb/include/lldb/Interpreter/Interfaces/ScriptedHookInterface.h
M lldb/include/lldb/Interpreter/Interfaces/ScriptedInterface.h
M lldb/include/lldb/Interpreter/ScriptInterpreter.h
M lldb/source/Breakpoint/BreakpointResolverScripted.cpp
M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
M lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
M lldb/source/Plugins/Process/scripted/ScriptedProcess.h
M lldb/source/Plugins/Process/scripted/ScriptedThread.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.h
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
M lldb/source/Target/ScriptedThreadPlan.cpp
M lldb/source/Target/StackFrameRecognizer.cpp
M lldb/test/API/commands/command/script/TestCommandScript.py
A lldb/test/API/functionalities/scripted_extensions/Makefile
A lldb/test/API/functionalities/scripted_extensions/TestScriptedExtensionsDiagnostics.py
A lldb/test/API/functionalities/scripted_extensions/main.c
A lldb/test/API/functionalities/scripted_extensions/malformed_scripted_extensions.py
A lldb/test/API/functionalities/scripted_extensions/os_plugin_missing_methods.py
M lldb/test/API/functionalities/scripted_frame_provider/register_command_status/TestFrameProviderRegisterCommandStatus.py
M lldb/test/API/functionalities/scripted_frame_provider/register_command_status/frame_provider.py
M lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py
M lldb/test/API/functionalities/step_scripted/Steps.py
M lldb/test/API/functionalities/step_scripted/TestStepScripted.py
Log Message:
-----------
[lldb/Interpreter] Surface Python exceptions from scripted extensions (#198153)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list