================
@@ -39,7 +40,10 @@ class OperatingSystem(ScriptedThread):
         described by the dictionary returned from a call to the 
get_register_info() method.
     """
 
-    def __init__(self, process):
+    registers: dict
+    threads: list
----------------
kastiglione wrote:

I assume these are treated as `dict[Any, Any]` and `list[Any]`. Is there a more 
specific type you can use other than `Any`?

https://github.com/llvm/llvm-project/pull/209680
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to