[PATCH v2 2/4] gdb/types: Resolve pointer types dynamically

Tom Tromey tom@tromey.com
Thu Jan 5 19:35:05 GMT 2023


>>>>> Nils-Christian Kempke via Gdb-patches <gdb-patches@sourceware.org> writes:

> -  if (type_not_associated (value_type (val)))
> -    {
> -      val_print_not_associated (stream);
> -      return 0;
> -    }
> -

I don't really understand the importance of this hunk, but I do see what
appear to be tests for this output, so if those still pass I suppose
this code is redundant and therefore the patch is ok.

Tom


More information about the Gdb-patches mailing list