* 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.
This commit is contained in:
Daniel Jacobowitz
2004-02-04 16:34:51 +00:00
parent 7bfdd688ac
commit 6e4c6c91de
5 changed files with 25 additions and 20 deletions

View File

@@ -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