This is the mail archive of the gdb@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]

Re: Macro and Define


Fabrice Gautier wrote:
> 
> Hi,
> 
> I thought that DWARF2 debug format contained debug information about
> preprocessor #defines. But I,m unable to know the value of some macros in
> the debugger.

Dwarf2 has a specification for how to record macros, but alas, GCC
does not include those in its output, nor does GDB have the machinery
to run a preprocessor over an expression before evaluating it.

Stan

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