[RFA] varobj: call CHECK_TYPEDEF

Keith Seitz keiths@redhat.com
Fri Apr 25 00:18:00 GMT 2003


On Thu, 2003-04-24 at 15:18, Andrew Cagney wrote:
> BTW, does ...
> 
> struct t
> {
>    int a;
>    int b;
> };
> 
> typedef struct t T;
> 
> main()
> {
>    static T v = {...};
> }
> 
> tickle it?

Nope, that works properly (except for it being reported as "struct t"
instead of "T").

Keith




More information about the Gdb-patches mailing list