[all-commits] [llvm/llvm-project] c2be70: Allow scripted thread plans to modify the thread s...
jimingham via All-commits
all-commits at lists.llvm.org
Wed May 3 10:52:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2be702104284cb3facf31124494b9a400296179
https://github.com/llvm/llvm-project/commit/c2be702104284cb3facf31124494b9a400296179
Author: Jim Ingham <jingham at apple.com>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M lldb/bindings/python/python-wrapper.swig
M lldb/examples/python/scripted_step.py
M lldb/include/lldb/Interpreter/ScriptInterpreter.h
M lldb/include/lldb/Target/ThreadPlanPython.h
M lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
M lldb/source/Target/ThreadPlanPython.cpp
M lldb/test/API/functionalities/step_scripted/Steps.py
M lldb/test/API/functionalities/step_scripted/TestStepScripted.py
M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
Log Message:
-----------
Allow scripted thread plans to modify the thread stop description when
they are completed.
More information about the All-commits
mailing list