diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-04-09 18:24:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-04-09 18:24:01 +0000 |
commit | fff797702a8012e06a9317562d3def03add9da53 (patch) | |
tree | 04c261bc604af4ce250d54b98c34520bb995bba1 /gdb/frame.h | |
parent | 919d8ee2c3ac3dbc53aeeaf5395717eaca61fde5 (diff) | |
download | gdb-fff797702a8012e06a9317562d3def03add9da53.tar.gz |
2003-04-09 Andrew Cagney <cagney@redhat.com>
* frame.c (get_frame_id): Eliminate code updating "frame".
(legacy_get_prev_frame): Ditto.
(get_frame_base): Return id.base directly.
(deprecated_update_frame_base_hack): Update "id.base".
* frame.h (struct frame_info): Delete field "frame".
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index e352ebca05b..a03e571c3ec 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -337,12 +337,6 @@ extern void frame_pop (struct frame_info *frame); struct frame_info { - /* Nominal address of the frame described. See comments at - get_frame_base() about what this means outside the *FRAME* - macros; in the *FRAME* macros, it can mean whatever makes most - sense for this machine. */ - CORE_ADDR frame; - /* Address at which execution is occurring in this frame. For the innermost frame, it's the current pc. For other frames, it is a pc saved in the next frame. */ |