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]
Other format: [Raw text]

Dwarf information about a symbol


hi all,  
    this is regarding the dwarf information regarding
a variable (which is in struct symbol in the following
field : symbol.aux_value.loc.baton.data  ).can this
information change over different stages in the
process? for instance,if a variable ,which is in a
register during early stages of the program,ceases to
be in the register (due to less usage) and is stored
in memory,then the symbol Dwarf information should
change from DW_OP_regx to
DW_OP_fbreg.
     i am not very sure whether my knowledge about the
compilation process (gcc , of course) is correct to
this end.

thanks in advance,
ankit.

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


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