https://github.com/jimingham approved this pull request.
I guess that would allow you to get the default category w/o knowing its name. The "default category" is the equivalent of running `type whatever add` w/o specifying a category. Presumably that's handled inside FormatManager where we know the default category's name, so this wasn't needed. Seems to me if you need the default category for whatever entity this FormatManager is managing, we should add GetDefaultCategory rather than this tricky API anyway. https://github.com/llvm/llvm-project/pull/208109 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
