This is the mail archive of the gdb@sourceware.org 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: macro expansion doesn't work when looking at fortran code


>>>>> "Mathew" == Mathew Yeates <mat.yeates@gmail.com> writes:

Mathew> I have to go up a few frames until I get to the calling C code. Only
Mathew> then can I see what a constant is set to.

You can try "macro expand CONSTANT".

Mathew> Related to the "fortran case" problem?

It is http://sourceware.org/bugzilla/show_bug.cgi?id=9609

In gdb, a language's expression parser must call into the macro
expansion code.  Nobody has yet done this for fortran.

Tom


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