mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user