So, the second command works, but the first one doesn't.  It doesn't give
any error, but on the other hand, it doesn't change the results of printing
the variable.  When I run type category list though, I get this:

(lldb) type category list
Category: default (enabled)
Category: VectorTypes (enabled, applicable for language(s): objective-c++)
Category: system (enabled, applicable for language(s): objective-c++)

So it looks like the behavior I'm seeing is already with the default
category.  Does this sound right?  Which code path is supposed to get
executed to format it as a C++ class?

On Fri, Oct 26, 2018 at 10:25 AM Jim Ingham <jing...@apple.com> wrote:

> Remove the "not"...
>
> Jim
>
> > On Oct 26, 2018, at 10:24 AM, Jim Ingham <jing...@apple.com> wrote:
> >
> > But at the minimum, not loading formatters for a language that we can
> determine isn't used in this program seems like something we should try to
> avoid.
>
>
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to