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 | 90a6fffbda7b597c2ea29b81668218e10a174ff1 (patch) | |
tree | c607e75210ef9f34d438b26ebd5302d5b01ebb80 /gdb/frame.h | |
parent | 7dfb07f7c28eb8c5675e99fc1b796fd7584c2cb3 (diff) | |
download | gdb-90a6fffbda7b597c2ea29b81668218e10a174ff1.zip gdb-90a6fffbda7b597c2ea29b81668218e10a174ff1.tar.gz gdb-90a6fffbda7b597c2ea29b81668218e10a174ff1.tar.bz2 |
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 e352ebc..a03e571 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. */ |