================
@@ -155,6 +155,18 @@ def cleanup():
],
)
----------------
labath wrote:
You have two categories, but they both have a summary provider for the same
type (`CCC`). (Enabling one category does not automatically disable the other
ones.) Right now, lldb seems to pick the one you want, but I don't think we
promise that anywhere (in fact, I wouldn't be surprised if this comes down to
some (nondeterministic) ordering in some hash container). By disabling the
first category, we make sure that lldb always pick the one we want (in case,
e.g., the container ordering changes). Alternatively, you could just attach the
summary provider to a different type (CCC2?)
https://github.com/llvm/llvm-project/pull/95959
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits