[all-commits] [llvm/llvm-project] cb8277: [lldb] Add OS plugin property for reporting all th...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Thu Jan 16 15:06:08 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb82771c96d7055d89ca67f383e6fb3c9aced178
https://github.com/llvm/llvm-project/commit/cb82771c96d7055d89ca67f383e6fb3c9aced178
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M lldb/include/lldb/Interpreter/Interfaces/OperatingSystemInterface.h
M lldb/include/lldb/Target/OperatingSystem.h
M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
M lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/OperatingSystemPythonInterface.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/OperatingSystemPythonInterface.h
M lldb/source/Target/Process.cpp
M lldb/source/Target/TargetProperties.td
M lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py
M lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/operating_system.py
Log Message:
-----------
[lldb] Add OS plugin property for reporting all threads (#123145)
Currently, an LLDB target option controls whether plugins report all
threads. However, it seems natural for this knowledge could come from
the plugin itself. To support this, this commits adds a virtual method
to the plugin base class, making the Python OS query the target option
to preserve existing behavior.
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