[Lldb-commits] [lldb] [lldb] Add OS plugin property for reporting all threads (PR #123145)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 16 14:50:01 PST 2025
================
@@ -34,6 +34,9 @@ def __init__(self, process):
if not self.g_value.IsValid():
print("Could not find g_value")
+ def does_plugin_report_all_threads(self):
+ return False
----------------
felipepiovezan wrote:
FYI I have changed this to True and observed the test failing
https://github.com/llvm/llvm-project/pull/123145
More information about the lldb-commits
mailing list