https://github.com/kastiglione approved this pull request.
Looks good. There are many places with a bare `dict` or `list` and I wonder if those can be more precise, such as `dict[str, Any]` or `list[ScriptedFrame]` (to make up some examples). https://github.com/llvm/llvm-project/pull/209680 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
