This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: debug gcc parser


"Vincent R." <forumer@smartmobili.com> writes:

> I put a breakpoint in c-parser and I would like to know if we can access
> the token name from the c_parser*.
> Sometimes I get lost and keyword is not enough.

What is the token name if not the keyword?

You can print a c_token value in the debugger.  What else would you like
to see?

Ian


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