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] | |
Andrew,
Whilst poking around on related things, I observed that, at least on Linux,
the values of gdbarch_frame_locals_address and get_frame_locals_address disagree. The latter appears to be correct, since it is used in read_var_value in what I assume is the intended way (add SYMBOL_VALUE to get_frame_locals_address (frame) to get variable address).
Would you like a patch, or is there a subtle point here that I am missing?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |