aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-02-04 16:34:51 +0000
committerDaniel Jacobowitz <drow@false.org>2004-02-04 16:34:51 +0000
commit6e4c6c91defcde7bd46625742b7df8108e8d597f (patch)
tree2d19576130def94209dc155b3645530f58213dd8 /gdb/defs.h
parent7bfdd688ac9a8864f8be2a79e7297a501a349f85 (diff)
downloadgdb-6e4c6c91defcde7bd46625742b7df8108e8d597f.zip
gdb-6e4c6c91defcde7bd46625742b7df8108e8d597f.tar.gz
gdb-6e4c6c91defcde7bd46625742b7df8108e8d597f.tar.bz2
* objfiles.h: Delete comments refering to inside_entry_func and
DEPRECATED_FRAME_CHAIN_VALID. * defs.h (inside_entry_func): Update prototype.. * blockframe.c (inside_entry_func): Rename to legacy_inside_entry_func. Add new inside_entry_func taking a frame. * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 43316e5..0702bba 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -324,10 +324,11 @@ struct cleanup
struct symtab;
struct breakpoint;
+struct frame_info;
/* From blockframe.c */
-extern int inside_entry_func (CORE_ADDR);
+extern int inside_entry_func (struct frame_info *this_frame);
extern int deprecated_inside_entry_file (CORE_ADDR addr);
@@ -656,8 +657,6 @@ enum lval_type
lval_reg_frame_relative
};
-struct frame_info;
-
/* Control types for commands */
enum misc_command_type