This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] varobj: call CHECK_TYPEDEF


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]