llvm-project
cb82771c - [lldb] Add OS plugin property for reporting all threads (#123145)

Commit
329 days ago
[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.
Parents
Loading