2003-03-12 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC. * gdbarch.h, gdbarch.c: Re-generate. * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. * x86-64-tdep.h: Update. * x86-64-tdep.c (x86_64_init_abi): Update. * v850-tdep.c (v850_gdbarch_init): Update. * sparc-tdep.c (sparc_gdbarch_init): Update. * sh-tdep.c (sh_gdbarch_init): Update. * s390-tdep.c (s390_gdbarch_init): Update. * rs6000-tdep.c (rs6000_gdbarch_init): Update. * ppc-linux-tdep.c (ppc_linux_init_abi): Update. * ns32k-tdep.c (ns32k_gdbarch_init): Update. * mn10300-tdep.c (mn10300_gdbarch_init): Update. * mips-tdep.c (mips_gdbarch_init): Update. * mcore-tdep.c (mcore_gdbarch_init): Update. * m68k-tdep.c (m68k_gdbarch_init): Update. * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. * ia64-tdep.c (ia64_gdbarch_init): Update. * i386-tdep.c (i386_gdbarch_init): Update. * i386-interix-tdep.c (i386_interix_init_abi): Update. * hppa-tdep.c (hppa_gdbarch_init): Update. * h8300-tdep.c (h8300_gdbarch_init): Update. * frv-tdep.c (frv_gdbarch_init): Update. * cris-tdep.c (cris_gdbarch_init): Update. * avr-tdep.c (avr_gdbarch_init): Update. * arm-tdep.c (arm_gdbarch_init): Update. * alpha-tdep.c (alpha_gdbarch_init): Update. * sh-tdep.c (sh_init_extra_frame_info): Update. (sh64_init_extra_frame_info): Update. * ns32knbsd-nat.c (frame_num_args): Update. * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update. * xstormy16-tdep.c (xstormy16_pop_frame): Update. (xstormy16_frame_chain_valid): Update. * vax-tdep.c (vax_saved_pc_after_call): Update. * v850-tdep.c (v850_frame_chain): Update. (v850_pop_frame): Update. (v850_init_extra_frame_info): Update. * sparc-tdep.c (setup_arbitrary_frame): Update. * ns32k-tdep.c (umax_frame_num_args): Update. * s390-tdep.c (s390_pop_frame_regular): Update. * mn10300-tdep.c (mn10300_frame_chain): Update. (mn10300_pop_frame_regular): Update. (mn10300_init_extra_frame_info): Update. * mips-tdep.c (mips_init_frame_pc_first): Update. (mips_frame_chain): Update. (mips_pop_frame): Update. * mcore-tdep.c (mcore_frame_chain): Update. (mcore_pop_frame): Update. (mcore_init_extra_frame_info): Update. * arch-utils.c (init_frame_pc_default): Update. * m68k-tdep.c (isi_frame_num_args): Update. (delta68_frame_num_args): Update. (news_frame_num_args): Update. * ia64-tdep.c (ia64_pop_frame_regular): Update. * alpha-tdep.c (alpha_init_frame_pc_first): Update. (alpha_frame_chain): Update. (alpha_pop_frame): Update. * hppa-tdep.c (hppa_saved_pc_after_call): Update. (hppa_init_extra_frame_info): Update. (hppa_frame_chain): Update. (hppa_frame_chain_valid): Update. * cris-tdep.c (cris_init_extra_frame_info): Update. * avr-tdep.c (avr_init_extra_frame_info): Update. * arm-tdep.c (arm_frame_chain_valid): Update. (arm_init_extra_frame_info): Update. (arm_pop_frame): Update. * frame.c (frame_pc_unwind): Update. * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update. (DEPRECATED_INIT_FRAME_PC_FIRST): Update. * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update. * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update. * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update. * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update. 2003-03-12 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Rename FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
This commit is contained in:
parent
7a25a7c1cc
commit
8bedc05091
40 changed files with 300 additions and 143 deletions
152
gdb/ChangeLog
152
gdb/ChangeLog
|
@ -1,3 +1,79 @@
|
|||
2003-03-12 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
|
||||
* gdbarch.h, gdbarch.c: Re-generate.
|
||||
* xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
|
||||
* x86-64-tdep.h: Update.
|
||||
* x86-64-tdep.c (x86_64_init_abi): Update.
|
||||
* v850-tdep.c (v850_gdbarch_init): Update.
|
||||
* sparc-tdep.c (sparc_gdbarch_init): Update.
|
||||
* sh-tdep.c (sh_gdbarch_init): Update.
|
||||
* s390-tdep.c (s390_gdbarch_init): Update.
|
||||
* rs6000-tdep.c (rs6000_gdbarch_init): Update.
|
||||
* ppc-linux-tdep.c (ppc_linux_init_abi): Update.
|
||||
* ns32k-tdep.c (ns32k_gdbarch_init): Update.
|
||||
* mn10300-tdep.c (mn10300_gdbarch_init): Update.
|
||||
* mips-tdep.c (mips_gdbarch_init): Update.
|
||||
* mcore-tdep.c (mcore_gdbarch_init): Update.
|
||||
* m68k-tdep.c (m68k_gdbarch_init): Update.
|
||||
* m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
|
||||
* ia64-tdep.c (ia64_gdbarch_init): Update.
|
||||
* i386-tdep.c (i386_gdbarch_init): Update.
|
||||
* i386-interix-tdep.c (i386_interix_init_abi): Update.
|
||||
* hppa-tdep.c (hppa_gdbarch_init): Update.
|
||||
* h8300-tdep.c (h8300_gdbarch_init): Update.
|
||||
* frv-tdep.c (frv_gdbarch_init): Update.
|
||||
* cris-tdep.c (cris_gdbarch_init): Update.
|
||||
* avr-tdep.c (avr_gdbarch_init): Update.
|
||||
* arm-tdep.c (arm_gdbarch_init): Update.
|
||||
* alpha-tdep.c (alpha_gdbarch_init): Update.
|
||||
* sh-tdep.c (sh_init_extra_frame_info): Update.
|
||||
(sh64_init_extra_frame_info): Update.
|
||||
* ns32knbsd-nat.c (frame_num_args): Update.
|
||||
* m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
|
||||
* xstormy16-tdep.c (xstormy16_pop_frame): Update.
|
||||
(xstormy16_frame_chain_valid): Update.
|
||||
* vax-tdep.c (vax_saved_pc_after_call): Update.
|
||||
* v850-tdep.c (v850_frame_chain): Update.
|
||||
(v850_pop_frame): Update.
|
||||
(v850_init_extra_frame_info): Update.
|
||||
* sparc-tdep.c (setup_arbitrary_frame): Update.
|
||||
* ns32k-tdep.c (umax_frame_num_args): Update.
|
||||
* s390-tdep.c (s390_pop_frame_regular): Update.
|
||||
* mn10300-tdep.c (mn10300_frame_chain): Update.
|
||||
(mn10300_pop_frame_regular): Update.
|
||||
(mn10300_init_extra_frame_info): Update.
|
||||
* mips-tdep.c (mips_init_frame_pc_first): Update.
|
||||
(mips_frame_chain): Update.
|
||||
(mips_pop_frame): Update.
|
||||
* mcore-tdep.c (mcore_frame_chain): Update.
|
||||
(mcore_pop_frame): Update.
|
||||
(mcore_init_extra_frame_info): Update.
|
||||
* arch-utils.c (init_frame_pc_default): Update.
|
||||
* m68k-tdep.c (isi_frame_num_args): Update.
|
||||
(delta68_frame_num_args): Update.
|
||||
(news_frame_num_args): Update.
|
||||
* ia64-tdep.c (ia64_pop_frame_regular): Update.
|
||||
* alpha-tdep.c (alpha_init_frame_pc_first): Update.
|
||||
(alpha_frame_chain): Update.
|
||||
(alpha_pop_frame): Update.
|
||||
* hppa-tdep.c (hppa_saved_pc_after_call): Update.
|
||||
(hppa_init_extra_frame_info): Update.
|
||||
(hppa_frame_chain): Update.
|
||||
(hppa_frame_chain_valid): Update.
|
||||
* cris-tdep.c (cris_init_extra_frame_info): Update.
|
||||
* avr-tdep.c (avr_init_extra_frame_info): Update.
|
||||
* arm-tdep.c (arm_frame_chain_valid): Update.
|
||||
(arm_init_extra_frame_info): Update.
|
||||
(arm_pop_frame): Update.
|
||||
* frame.c (frame_pc_unwind): Update.
|
||||
* config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
|
||||
(DEPRECATED_INIT_FRAME_PC_FIRST): Update.
|
||||
* config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
|
||||
* config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
|
||||
* config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
|
||||
* config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
|
||||
|
||||
2003-03-12 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
Eliminate the need for POP_FRAME.
|
||||
|
@ -67,6 +143,82 @@
|
|||
(regcache_cpy): Pass do_cooked_read to regcache_save and
|
||||
regcache_restore.
|
||||
|
||||
2003-03-10 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
|
||||
* gdbarch.h, gdbarch.c: Re-generate.
|
||||
* xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
|
||||
* x86-64-tdep.h: Update.
|
||||
* x86-64-tdep.c (x86_64_init_abi): Update.
|
||||
* v850-tdep.c (v850_gdbarch_init): Update.
|
||||
* sparc-tdep.c (sparc_gdbarch_init): Update.
|
||||
* sh-tdep.c (sh_gdbarch_init): Update.
|
||||
* s390-tdep.c (s390_gdbarch_init): Update.
|
||||
* rs6000-tdep.c (rs6000_gdbarch_init): Update.
|
||||
* ppc-linux-tdep.c (ppc_linux_init_abi): Update.
|
||||
* ns32k-tdep.c (ns32k_gdbarch_init): Update.
|
||||
* mn10300-tdep.c (mn10300_gdbarch_init): Update.
|
||||
* mips-tdep.c (mips_gdbarch_init): Update.
|
||||
* mcore-tdep.c (mcore_gdbarch_init): Update.
|
||||
* m68k-tdep.c (m68k_gdbarch_init): Update.
|
||||
* m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
|
||||
* ia64-tdep.c (ia64_gdbarch_init): Update.
|
||||
* i386-tdep.c (i386_gdbarch_init): Update.
|
||||
* i386-interix-tdep.c (i386_interix_init_abi): Update.
|
||||
* hppa-tdep.c (hppa_gdbarch_init): Update.
|
||||
* h8300-tdep.c (h8300_gdbarch_init): Update.
|
||||
* frv-tdep.c (frv_gdbarch_init): Update.
|
||||
* cris-tdep.c (cris_gdbarch_init): Update.
|
||||
* avr-tdep.c (avr_gdbarch_init): Update.
|
||||
* arm-tdep.c (arm_gdbarch_init): Update.
|
||||
* alpha-tdep.c (alpha_gdbarch_init): Update.
|
||||
* sh-tdep.c (sh_init_extra_frame_info): Update.
|
||||
(sh64_init_extra_frame_info): Update.
|
||||
* ns32knbsd-nat.c (frame_num_args): Update.
|
||||
* m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
|
||||
* xstormy16-tdep.c (xstormy16_pop_frame): Update.
|
||||
(xstormy16_frame_chain_valid): Update.
|
||||
* vax-tdep.c (vax_saved_pc_after_call): Update.
|
||||
* v850-tdep.c (v850_frame_chain): Update.
|
||||
(v850_pop_frame): Update.
|
||||
(v850_init_extra_frame_info): Update.
|
||||
* sparc-tdep.c (setup_arbitrary_frame): Update.
|
||||
* ns32k-tdep.c (umax_frame_num_args): Update.
|
||||
* s390-tdep.c (s390_pop_frame_regular): Update.
|
||||
* mn10300-tdep.c (mn10300_frame_chain): Update.
|
||||
(mn10300_pop_frame_regular): Update.
|
||||
(mn10300_init_extra_frame_info): Update.
|
||||
* mips-tdep.c (mips_init_frame_pc_first): Update.
|
||||
(mips_frame_chain): Update.
|
||||
(mips_pop_frame): Update.
|
||||
* mcore-tdep.c (mcore_frame_chain): Update.
|
||||
(mcore_pop_frame): Update.
|
||||
(mcore_init_extra_frame_info): Update.
|
||||
* arch-utils.c (init_frame_pc_default): Update.
|
||||
* m68k-tdep.c (isi_frame_num_args): Update.
|
||||
(delta68_frame_num_args): Update.
|
||||
(news_frame_num_args): Update.
|
||||
* ia64-tdep.c (ia64_pop_frame_regular): Update.
|
||||
* alpha-tdep.c (alpha_init_frame_pc_first): Update.
|
||||
(alpha_frame_chain): Update.
|
||||
(alpha_pop_frame): Update.
|
||||
* hppa-tdep.c (hppa_saved_pc_after_call): Update.
|
||||
(hppa_init_extra_frame_info): Update.
|
||||
(hppa_frame_chain): Update.
|
||||
(hppa_frame_chain_valid): Update.
|
||||
* cris-tdep.c (cris_init_extra_frame_info): Update.
|
||||
* avr-tdep.c (avr_init_extra_frame_info): Update.
|
||||
* arm-tdep.c (arm_frame_chain_valid): Update.
|
||||
(arm_init_extra_frame_info): Update.
|
||||
(arm_pop_frame): Update.
|
||||
* frame.c (frame_pc_unwind): Update.
|
||||
* config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
|
||||
(DEPRECATED_INIT_FRAME_PC_FIRST): Update.
|
||||
* config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
|
||||
* config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
|
||||
* config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
|
||||
* config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
|
||||
|
||||
2003-03-10 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* gdbarch.sh (gdbarch_unwind_pc): New method.
|
||||
|
|
|
@ -68,7 +68,6 @@ static gdbarch_frame_locals_address_ftype alpha_frame_locals_address;
|
|||
static gdbarch_skip_prologue_ftype alpha_skip_prologue;
|
||||
static gdbarch_saved_pc_after_call_ftype alpha_saved_pc_after_call;
|
||||
static gdbarch_frame_chain_ftype alpha_frame_chain;
|
||||
static gdbarch_frame_saved_pc_ftype alpha_frame_saved_pc;
|
||||
|
||||
static gdbarch_push_arguments_ftype alpha_push_arguments;
|
||||
static gdbarch_pop_frame_ftype alpha_pop_frame;
|
||||
|
@ -459,7 +458,7 @@ static CORE_ADDR
|
|||
alpha_init_frame_pc_first (int fromleaf, struct frame_info *prev)
|
||||
{
|
||||
return (fromleaf ? SAVED_PC_AFTER_CALL (get_next_frame (prev))
|
||||
: get_next_frame (prev) ? FRAME_SAVED_PC (get_next_frame (prev))
|
||||
: get_next_frame (prev) ? DEPRECATED_FRAME_SAVED_PC (get_next_frame (prev))
|
||||
: read_pc ());
|
||||
}
|
||||
|
||||
|
@ -932,7 +931,7 @@ static CORE_ADDR
|
|||
alpha_frame_chain (struct frame_info *frame)
|
||||
{
|
||||
alpha_extra_func_info_t proc_desc;
|
||||
CORE_ADDR saved_pc = FRAME_SAVED_PC (frame);
|
||||
CORE_ADDR saved_pc = DEPRECATED_FRAME_SAVED_PC (frame);
|
||||
|
||||
if (saved_pc == 0 || inside_entry_file (saved_pc))
|
||||
return 0;
|
||||
|
@ -1303,7 +1302,7 @@ alpha_pop_frame (void)
|
|||
frame->proc_desc? If we do, who will free it?
|
||||
For now, we don't save a copy... */
|
||||
|
||||
write_register (PC_REGNUM, FRAME_SAVED_PC (frame));
|
||||
write_register (PC_REGNUM, DEPRECATED_FRAME_SAVED_PC (frame));
|
||||
if (get_frame_saved_regs (frame) == NULL)
|
||||
alpha_find_saved_regs (frame);
|
||||
if (proc_desc)
|
||||
|
@ -1842,7 +1841,7 @@ alpha_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_saved_pc_after_call (gdbarch, alpha_saved_pc_after_call);
|
||||
|
||||
set_gdbarch_frame_chain (gdbarch, alpha_frame_chain);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, alpha_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, alpha_frame_saved_pc);
|
||||
|
||||
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, alpha_frame_init_saved_regs);
|
||||
|
||||
|
|
|
@ -386,7 +386,7 @@ init_frame_pc_default (int fromleaf, struct frame_info *prev)
|
|||
if (fromleaf)
|
||||
return SAVED_PC_AFTER_CALL (get_next_frame (prev));
|
||||
else if (get_next_frame (prev) != NULL)
|
||||
return FRAME_SAVED_PC (get_next_frame (prev));
|
||||
return DEPRECATED_FRAME_SAVED_PC (get_next_frame (prev));
|
||||
else
|
||||
return read_pc ();
|
||||
}
|
||||
|
|
|
@ -159,7 +159,7 @@ struct frame_extra_info
|
|||
static int
|
||||
arm_frame_chain_valid (CORE_ADDR chain, struct frame_info *thisframe)
|
||||
{
|
||||
return (FRAME_SAVED_PC (thisframe) >= LOWEST_PC);
|
||||
return (DEPRECATED_FRAME_SAVED_PC (thisframe) >= LOWEST_PC);
|
||||
}
|
||||
|
||||
/* Set to true if the 32-bit mode is in use. */
|
||||
|
@ -1032,7 +1032,7 @@ arm_frame_chain (struct frame_info *fi)
|
|||
return 0;
|
||||
|
||||
/* If the caller is the startup code, we're at the end of the chain. */
|
||||
caller_pc = FRAME_SAVED_PC (fi);
|
||||
caller_pc = DEPRECATED_FRAME_SAVED_PC (fi);
|
||||
|
||||
/* If the caller is Thumb and the caller is ARM, or vice versa,
|
||||
the frame register of the caller is different from ours.
|
||||
|
@ -1090,7 +1090,7 @@ arm_init_extra_frame_info (int fromleaf, struct frame_info *fi)
|
|||
get_frame_extra_info (fi)->framereg = 0;
|
||||
|
||||
if (get_next_frame (fi))
|
||||
deprecated_update_frame_pc_hack (fi, FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
deprecated_update_frame_pc_hack (fi, DEPRECATED_FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
|
||||
memset (get_frame_saved_regs (fi), '\000', sizeof get_frame_saved_regs (fi));
|
||||
|
||||
|
@ -1535,7 +1535,7 @@ arm_pop_frame (void)
|
|||
read_memory_integer (get_frame_saved_regs (frame)[regnum],
|
||||
REGISTER_RAW_SIZE (regnum)));
|
||||
|
||||
write_register (ARM_PC_REGNUM, FRAME_SAVED_PC (frame));
|
||||
write_register (ARM_PC_REGNUM, DEPRECATED_FRAME_SAVED_PC (frame));
|
||||
write_register (ARM_SP_REGNUM, old_SP);
|
||||
|
||||
flush_cached_frames ();
|
||||
|
@ -2909,7 +2909,7 @@ arm_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_frame_chain (gdbarch, arm_frame_chain);
|
||||
set_gdbarch_frameless_function_invocation
|
||||
(gdbarch, arm_frameless_function_invocation);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, arm_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, arm_frame_saved_pc);
|
||||
set_gdbarch_frame_args_address (gdbarch, arm_frame_args_address);
|
||||
set_gdbarch_frame_locals_address (gdbarch, arm_frame_locals_address);
|
||||
set_gdbarch_frame_num_args (gdbarch, arm_frame_num_args);
|
||||
|
|
|
@ -736,7 +736,7 @@ avr_init_extra_frame_info (int fromleaf, struct frame_info *fi)
|
|||
int reg;
|
||||
|
||||
if (get_next_frame (fi))
|
||||
deprecated_update_frame_pc_hack (fi, FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
deprecated_update_frame_pc_hack (fi, DEPRECATED_FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
|
||||
frame_extra_info_zalloc (fi, sizeof (struct frame_extra_info));
|
||||
frame_saved_regs_zalloc (fi);
|
||||
|
@ -1201,7 +1201,7 @@ avr_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_frame_args_skip (gdbarch, 0);
|
||||
set_gdbarch_frameless_function_invocation (gdbarch, frameless_look_for_prologue); /* ??? */
|
||||
set_gdbarch_frame_chain (gdbarch, avr_frame_chain);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, avr_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, avr_frame_saved_pc);
|
||||
set_gdbarch_frame_args_address (gdbarch, avr_frame_address);
|
||||
set_gdbarch_frame_locals_address (gdbarch, avr_frame_address);
|
||||
set_gdbarch_saved_pc_after_call (gdbarch, avr_saved_pc_after_call);
|
||||
|
|
|
@ -99,8 +99,8 @@ extern int delta68_in_sigtramp (CORE_ADDR pc, char *name);
|
|||
#define IN_SIGTRAMP(pc,name) delta68_in_sigtramp (pc, name)
|
||||
|
||||
extern CORE_ADDR delta68_frame_saved_pc (struct frame_info *fi);
|
||||
#undef FRAME_SAVED_PC
|
||||
#define FRAME_SAVED_PC(fi) delta68_frame_saved_pc (fi)
|
||||
#undef DEPRECATED_FRAME_SAVED_PC
|
||||
#define DEPRECATED_FRAME_SAVED_PC(fi) delta68_frame_saved_pc (fi)
|
||||
|
||||
extern CORE_ADDR delta68_frame_args_address (struct frame_info *fi);
|
||||
#undef FRAME_ARGS_ADDRESS
|
||||
|
|
|
@ -100,8 +100,8 @@
|
|||
|
||||
#define GET_LONGJMP_TARGET(ADDR) m68k_get_longjmp_target(ADDR)
|
||||
|
||||
#undef FRAME_SAVED_PC
|
||||
#define FRAME_SAVED_PC(frame) m68k_linux_frame_saved_pc (frame)
|
||||
#undef DEPRECATED_FRAME_SAVED_PC
|
||||
#define DEPRECATED_FRAME_SAVED_PC(frame) m68k_linux_frame_saved_pc (frame)
|
||||
extern CORE_ADDR m68k_linux_frame_saved_pc (struct frame_info *);
|
||||
|
||||
#define IN_SIGTRAMP(pc,name) m68k_linux_in_sigtramp (pc)
|
||||
|
|
|
@ -420,7 +420,7 @@ extern int hppa_frameless_function_invocation (struct frame_info *);
|
|||
|
||||
#if !GDB_MULTI_ARCH
|
||||
extern CORE_ADDR hppa_frame_saved_pc (struct frame_info *frame);
|
||||
#define FRAME_SAVED_PC(FRAME) hppa_frame_saved_pc (FRAME)
|
||||
#define DEPRECATED_FRAME_SAVED_PC(FRAME) hppa_frame_saved_pc (FRAME)
|
||||
#endif
|
||||
|
||||
#if !GDB_MULTI_ARCH
|
||||
|
|
|
@ -80,7 +80,7 @@ extern void aix_process_linenos (void);
|
|||
|
||||
#define DEPRECATED_INIT_FRAME_PC_FIRST(fromleaf, prev) \
|
||||
(fromleaf ? SAVED_PC_AFTER_CALL (prev->next) : \
|
||||
prev->next ? FRAME_SAVED_PC (prev->next) : read_pc ())
|
||||
prev->next ? DEPRECATED_FRAME_SAVED_PC (prev->next) : read_pc ())
|
||||
/* NOTE: cagney/2002-12-08: Add local declaration of
|
||||
init_frame_pc_noop() because it isn't possible to include
|
||||
"arch-utils.h" here. Not too bad as this entire file is going away
|
||||
|
|
|
@ -484,7 +484,7 @@ extern CORE_ADDR sparc_frame_chain (struct frame_info *);
|
|||
|
||||
/* Where is the PC for a specific frame */
|
||||
|
||||
#define FRAME_SAVED_PC(FRAME) sparc_frame_saved_pc (FRAME)
|
||||
#define DEPRECATED_FRAME_SAVED_PC(FRAME) sparc_frame_saved_pc (FRAME)
|
||||
extern CORE_ADDR sparc_frame_saved_pc (struct frame_info *);
|
||||
|
||||
/* If the argument is on the stack, it will be here. */
|
||||
|
@ -519,7 +519,7 @@ extern CORE_ADDR init_frame_pc_noop (int fromleaf, struct frame_info *prev);
|
|||
#define DEPRECATED_INIT_FRAME_PC(FROMLEAF, PREV) (init_frame_pc_noop (FROMLEAF, PREV))
|
||||
#define DEPRECATED_INIT_FRAME_PC_FIRST(FROMLEAF, PREV) \
|
||||
((FROMLEAF) ? SAVED_PC_AFTER_CALL ((PREV)->next) : \
|
||||
(PREV)->next ? FRAME_SAVED_PC ((PREV)->next) : read_pc ())
|
||||
(PREV)->next ? DEPRECATED_FRAME_SAVED_PC ((PREV)->next) : read_pc ())
|
||||
|
||||
/* Define other aspects of the stack frame. */
|
||||
|
||||
|
|
|
@ -1204,7 +1204,7 @@ cris_init_extra_frame_info (int fromleaf, struct frame_info *fi)
|
|||
if (get_next_frame (fi))
|
||||
{
|
||||
/* Called from get_prev_frame. */
|
||||
deprecated_update_frame_pc_hack (fi, FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
deprecated_update_frame_pc_hack (fi, DEPRECATED_FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
}
|
||||
|
||||
frame_extra_info_zalloc (fi, sizeof (struct frame_extra_info));
|
||||
|
@ -4316,7 +4316,7 @@ cris_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
(gdbarch, cris_frameless_function_invocation);
|
||||
set_gdbarch_frame_chain (gdbarch, cris_frame_chain);
|
||||
|
||||
set_gdbarch_frame_saved_pc (gdbarch, cris_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, cris_frame_saved_pc);
|
||||
set_gdbarch_saved_pc_after_call (gdbarch, cris_saved_pc_after_call);
|
||||
|
||||
set_gdbarch_frame_num_args (gdbarch, frame_num_args_unknown);
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2003-03-12 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* gdbint.texinfo (Target Architecture Definition): Rename
|
||||
FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
|
||||
|
||||
2003-03-10 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* gdb.texinfo: Add File-I/O documentation.
|
||||
|
|
|
@ -3268,10 +3268,10 @@ For the frame described by @var{fi} return the number of arguments that
|
|||
are being passed. If the number of arguments is not known, return
|
||||
@code{-1}.
|
||||
|
||||
@item FRAME_SAVED_PC(@var{frame})
|
||||
@findex FRAME_SAVED_PC
|
||||
@anchor{FRAME_SAVED_PC} Given @var{frame}, return the pc saved there.
|
||||
This is the return address.
|
||||
@item DEPRECATED_FRAME_SAVED_PC(@var{frame})
|
||||
@findex DEPRECATED_FRAME_SAVED_PC
|
||||
@anchor{DEPRECATED_FRAME_SAVED_PC} Given @var{frame}, return the pc
|
||||
saved there. This is the return address.
|
||||
|
||||
This method is deprecated. @xref{unwind_pc}.
|
||||
|
||||
|
@ -3291,7 +3291,7 @@ return d10v_make_iaddr (pc);
|
|||
@end smallexample
|
||||
|
||||
@noindent
|
||||
@xref{FRAME_SAVED_PC}, which this method replaces.
|
||||
@xref{DEPRECATED_FRAME_SAVED_PC}, which this method replaces.
|
||||
|
||||
@item FUNCTION_EPILOGUE_SIZE
|
||||
@findex FUNCTION_EPILOGUE_SIZE
|
||||
|
|
|
@ -169,13 +169,13 @@ frame_pc_unwind (struct frame_info *this_frame)
|
|||
global register cache. The assumption is dangerous. */
|
||||
pc = read_pc ();
|
||||
}
|
||||
else if (FRAME_SAVED_PC_P ())
|
||||
else if (DEPRECATED_FRAME_SAVED_PC_P ())
|
||||
{
|
||||
/* FIXME: cagney/2003-03-06: Old code, but not a sentinel
|
||||
frame. Do like was always done. Note that this method,
|
||||
unlike unwind_pc(), tries to handle all the different
|
||||
frame cases directly. It fails. */
|
||||
pc = FRAME_SAVED_PC (this_frame);
|
||||
pc = DEPRECATED_FRAME_SAVED_PC (this_frame);
|
||||
}
|
||||
else
|
||||
internal_error (__FILE__, __LINE__, "No gdbarch_unwind_pc method");
|
||||
|
|
|
@ -36,7 +36,6 @@ static gdbarch_register_virtual_type_ftype frv_register_virtual_type;
|
|||
static gdbarch_register_byte_ftype frv_register_byte;
|
||||
static gdbarch_breakpoint_from_pc_ftype frv_breakpoint_from_pc;
|
||||
static gdbarch_frame_chain_ftype frv_frame_chain;
|
||||
static gdbarch_frame_saved_pc_ftype frv_frame_saved_pc;
|
||||
static gdbarch_skip_prologue_ftype frv_skip_prologue;
|
||||
static gdbarch_deprecated_extract_return_value_ftype frv_extract_return_value;
|
||||
static gdbarch_deprecated_extract_struct_value_address_ftype frv_extract_struct_value_address;
|
||||
|
@ -1081,7 +1080,7 @@ frv_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_saved_pc_after_call (gdbarch, frv_saved_pc_after_call);
|
||||
|
||||
set_gdbarch_frame_chain (gdbarch, frv_frame_chain);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, frv_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, frv_frame_saved_pc);
|
||||
|
||||
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, frv_frame_init_saved_regs);
|
||||
|
||||
|
|
|
@ -241,7 +241,7 @@ struct gdbarch
|
|||
gdbarch_frameless_function_invocation_ftype *frameless_function_invocation;
|
||||
gdbarch_frame_chain_ftype *frame_chain;
|
||||
gdbarch_frame_chain_valid_ftype *frame_chain_valid;
|
||||
gdbarch_frame_saved_pc_ftype *frame_saved_pc;
|
||||
gdbarch_deprecated_frame_saved_pc_ftype *deprecated_frame_saved_pc;
|
||||
gdbarch_unwind_pc_ftype *unwind_pc;
|
||||
gdbarch_frame_args_address_ftype *frame_args_address;
|
||||
gdbarch_frame_locals_address_ftype *frame_locals_address;
|
||||
|
@ -760,7 +760,7 @@ verify_gdbarch (struct gdbarch *gdbarch)
|
|||
/* Skip verify of frameless_function_invocation, invalid_p == 0 */
|
||||
/* Skip verify of frame_chain, has predicate */
|
||||
/* Skip verify of frame_chain_valid, has predicate */
|
||||
/* Skip verify of frame_saved_pc, has predicate */
|
||||
/* Skip verify of deprecated_frame_saved_pc, has predicate */
|
||||
/* Skip verify of unwind_pc, has predicate */
|
||||
/* Skip verify of frame_args_address, invalid_p == 0 */
|
||||
/* Skip verify of frame_locals_address, invalid_p == 0 */
|
||||
|
@ -1193,6 +1193,26 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
|
|||
(long) current_gdbarch->deprecated_frame_init_saved_regs
|
||||
/*DEPRECATED_FRAME_INIT_SAVED_REGS ()*/);
|
||||
#endif
|
||||
#ifdef DEPRECATED_FRAME_SAVED_PC_P
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
"DEPRECATED_FRAME_SAVED_PC_P()",
|
||||
XSTRING (DEPRECATED_FRAME_SAVED_PC_P ()));
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: DEPRECATED_FRAME_SAVED_PC_P() = %d\n",
|
||||
DEPRECATED_FRAME_SAVED_PC_P ());
|
||||
#endif
|
||||
#ifdef DEPRECATED_FRAME_SAVED_PC
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
"DEPRECATED_FRAME_SAVED_PC(fi)",
|
||||
XSTRING (DEPRECATED_FRAME_SAVED_PC (fi)));
|
||||
if (GDB_MULTI_ARCH)
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: DEPRECATED_FRAME_SAVED_PC = <0x%08lx>\n",
|
||||
(long) current_gdbarch->deprecated_frame_saved_pc
|
||||
/*DEPRECATED_FRAME_SAVED_PC ()*/);
|
||||
#endif
|
||||
#ifdef DEPRECATED_INIT_EXTRA_FRAME_INFO_P
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
|
@ -1589,26 +1609,6 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
|
|||
(long) current_gdbarch->frame_num_args
|
||||
/*FRAME_NUM_ARGS ()*/);
|
||||
#endif
|
||||
#ifdef FRAME_SAVED_PC_P
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
"FRAME_SAVED_PC_P()",
|
||||
XSTRING (FRAME_SAVED_PC_P ()));
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: FRAME_SAVED_PC_P() = %d\n",
|
||||
FRAME_SAVED_PC_P ());
|
||||
#endif
|
||||
#ifdef FRAME_SAVED_PC
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
"FRAME_SAVED_PC(fi)",
|
||||
XSTRING (FRAME_SAVED_PC (fi)));
|
||||
if (GDB_MULTI_ARCH)
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: FRAME_SAVED_PC = <0x%08lx>\n",
|
||||
(long) current_gdbarch->frame_saved_pc
|
||||
/*FRAME_SAVED_PC ()*/);
|
||||
#endif
|
||||
#ifdef FUNCTION_START_OFFSET
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: FUNCTION_START_OFFSET # %s\n",
|
||||
|
@ -4831,29 +4831,29 @@ set_gdbarch_frame_chain_valid (struct gdbarch *gdbarch,
|
|||
}
|
||||
|
||||
int
|
||||
gdbarch_frame_saved_pc_p (struct gdbarch *gdbarch)
|
||||
gdbarch_deprecated_frame_saved_pc_p (struct gdbarch *gdbarch)
|
||||
{
|
||||
gdb_assert (gdbarch != NULL);
|
||||
return gdbarch->frame_saved_pc != 0;
|
||||
return gdbarch->deprecated_frame_saved_pc != 0;
|
||||
}
|
||||
|
||||
CORE_ADDR
|
||||
gdbarch_frame_saved_pc (struct gdbarch *gdbarch, struct frame_info *fi)
|
||||
gdbarch_deprecated_frame_saved_pc (struct gdbarch *gdbarch, struct frame_info *fi)
|
||||
{
|
||||
gdb_assert (gdbarch != NULL);
|
||||
if (gdbarch->frame_saved_pc == 0)
|
||||
if (gdbarch->deprecated_frame_saved_pc == 0)
|
||||
internal_error (__FILE__, __LINE__,
|
||||
"gdbarch: gdbarch_frame_saved_pc invalid");
|
||||
"gdbarch: gdbarch_deprecated_frame_saved_pc invalid");
|
||||
if (gdbarch_debug >= 2)
|
||||
fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_saved_pc called\n");
|
||||
return gdbarch->frame_saved_pc (fi);
|
||||
fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_frame_saved_pc called\n");
|
||||
return gdbarch->deprecated_frame_saved_pc (fi);
|
||||
}
|
||||
|
||||
void
|
||||
set_gdbarch_frame_saved_pc (struct gdbarch *gdbarch,
|
||||
gdbarch_frame_saved_pc_ftype frame_saved_pc)
|
||||
set_gdbarch_deprecated_frame_saved_pc (struct gdbarch *gdbarch,
|
||||
gdbarch_deprecated_frame_saved_pc_ftype deprecated_frame_saved_pc)
|
||||
{
|
||||
gdbarch->frame_saved_pc = frame_saved_pc;
|
||||
gdbarch->deprecated_frame_saved_pc = deprecated_frame_saved_pc;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
@ -2228,42 +2228,44 @@ extern void set_gdbarch_frame_chain_valid (struct gdbarch *gdbarch, gdbarch_fram
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* NOTE: FRAME_SAVED_PC is replaced by UNWIND_PC */
|
||||
/* DEPRECATED_FRAME_SAVED_PC has been replaced by UNWIND_PC. Please
|
||||
note, per UNWIND_PC's doco, that while the two have similar
|
||||
interfaces they have very different underlying implementations. */
|
||||
|
||||
#if defined (FRAME_SAVED_PC)
|
||||
/* Legacy for systems yet to multi-arch FRAME_SAVED_PC */
|
||||
#if !defined (FRAME_SAVED_PC_P)
|
||||
#define FRAME_SAVED_PC_P() (1)
|
||||
#if defined (DEPRECATED_FRAME_SAVED_PC)
|
||||
/* Legacy for systems yet to multi-arch DEPRECATED_FRAME_SAVED_PC */
|
||||
#if !defined (DEPRECATED_FRAME_SAVED_PC_P)
|
||||
#define DEPRECATED_FRAME_SAVED_PC_P() (1)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Default predicate for non- multi-arch targets. */
|
||||
#if (!GDB_MULTI_ARCH) && !defined (FRAME_SAVED_PC_P)
|
||||
#define FRAME_SAVED_PC_P() (0)
|
||||
#if (!GDB_MULTI_ARCH) && !defined (DEPRECATED_FRAME_SAVED_PC_P)
|
||||
#define DEPRECATED_FRAME_SAVED_PC_P() (0)
|
||||
#endif
|
||||
|
||||
extern int gdbarch_frame_saved_pc_p (struct gdbarch *gdbarch);
|
||||
#if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (FRAME_SAVED_PC_P)
|
||||
#error "Non multi-arch definition of FRAME_SAVED_PC"
|
||||
extern int gdbarch_deprecated_frame_saved_pc_p (struct gdbarch *gdbarch);
|
||||
#if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_SAVED_PC_P)
|
||||
#error "Non multi-arch definition of DEPRECATED_FRAME_SAVED_PC"
|
||||
#endif
|
||||
#if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (FRAME_SAVED_PC_P)
|
||||
#define FRAME_SAVED_PC_P() (gdbarch_frame_saved_pc_p (current_gdbarch))
|
||||
#if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_FRAME_SAVED_PC_P)
|
||||
#define DEPRECATED_FRAME_SAVED_PC_P() (gdbarch_deprecated_frame_saved_pc_p (current_gdbarch))
|
||||
#endif
|
||||
|
||||
/* Default (function) for non- multi-arch platforms. */
|
||||
#if (!GDB_MULTI_ARCH) && !defined (FRAME_SAVED_PC)
|
||||
#define FRAME_SAVED_PC(fi) (internal_error (__FILE__, __LINE__, "FRAME_SAVED_PC"), 0)
|
||||
#if (!GDB_MULTI_ARCH) && !defined (DEPRECATED_FRAME_SAVED_PC)
|
||||
#define DEPRECATED_FRAME_SAVED_PC(fi) (internal_error (__FILE__, __LINE__, "DEPRECATED_FRAME_SAVED_PC"), 0)
|
||||
#endif
|
||||
|
||||
typedef CORE_ADDR (gdbarch_frame_saved_pc_ftype) (struct frame_info *fi);
|
||||
extern CORE_ADDR gdbarch_frame_saved_pc (struct gdbarch *gdbarch, struct frame_info *fi);
|
||||
extern void set_gdbarch_frame_saved_pc (struct gdbarch *gdbarch, gdbarch_frame_saved_pc_ftype *frame_saved_pc);
|
||||
#if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (FRAME_SAVED_PC)
|
||||
#error "Non multi-arch definition of FRAME_SAVED_PC"
|
||||
typedef CORE_ADDR (gdbarch_deprecated_frame_saved_pc_ftype) (struct frame_info *fi);
|
||||
extern CORE_ADDR gdbarch_deprecated_frame_saved_pc (struct gdbarch *gdbarch, struct frame_info *fi);
|
||||
extern void set_gdbarch_deprecated_frame_saved_pc (struct gdbarch *gdbarch, gdbarch_deprecated_frame_saved_pc_ftype *deprecated_frame_saved_pc);
|
||||
#if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_SAVED_PC)
|
||||
#error "Non multi-arch definition of DEPRECATED_FRAME_SAVED_PC"
|
||||
#endif
|
||||
#if GDB_MULTI_ARCH
|
||||
#if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (FRAME_SAVED_PC)
|
||||
#define FRAME_SAVED_PC(fi) (gdbarch_frame_saved_pc (current_gdbarch, fi))
|
||||
#if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_FRAME_SAVED_PC)
|
||||
#define DEPRECATED_FRAME_SAVED_PC(fi) (gdbarch_deprecated_frame_saved_pc (current_gdbarch, fi))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -591,8 +591,10 @@ v:2:FRAME_ARGS_SKIP:CORE_ADDR:frame_args_skip::::0:-1
|
|||
f:2:FRAMELESS_FUNCTION_INVOCATION:int:frameless_function_invocation:struct frame_info *fi:fi:::generic_frameless_function_invocation_not::0
|
||||
F:2:FRAME_CHAIN:CORE_ADDR:frame_chain:struct frame_info *frame:frame::0:0
|
||||
F:2:FRAME_CHAIN_VALID:int:frame_chain_valid:CORE_ADDR chain, struct frame_info *thisframe:chain, thisframe::0:0
|
||||
# NOTE: FRAME_SAVED_PC is replaced by UNWIND_PC
|
||||
F:2:FRAME_SAVED_PC:CORE_ADDR:frame_saved_pc:struct frame_info *fi:fi::0:0
|
||||
# DEPRECATED_FRAME_SAVED_PC has been replaced by UNWIND_PC. Please
|
||||
# note, per UNWIND_PC's doco, that while the two have similar
|
||||
# interfaces they have very different underlying implementations.
|
||||
F:2:DEPRECATED_FRAME_SAVED_PC:CORE_ADDR:deprecated_frame_saved_pc:struct frame_info *fi:fi::0:0
|
||||
M::UNWIND_PC:CORE_ADDR:unwind_pc:struct frame_info *next_frame:next_frame:
|
||||
f:2:FRAME_ARGS_ADDRESS:CORE_ADDR:frame_args_address:struct frame_info *fi:fi::0:get_frame_base::0
|
||||
f:2:FRAME_LOCALS_ADDRESS:CORE_ADDR:frame_locals_address:struct frame_info *fi:fi::0:get_frame_base::0
|
||||
|
|
|
@ -1122,7 +1122,7 @@ h8300_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_deprecated_init_extra_frame_info (gdbarch, h8300_init_extra_frame_info);
|
||||
set_gdbarch_frame_chain (gdbarch, h8300_frame_chain);
|
||||
set_gdbarch_saved_pc_after_call (gdbarch, h8300_saved_pc_after_call);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, h8300_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, h8300_frame_saved_pc);
|
||||
set_gdbarch_skip_prologue (gdbarch, h8300_skip_prologue);
|
||||
set_gdbarch_frame_args_address (gdbarch, h8300_frame_args_address);
|
||||
set_gdbarch_frame_locals_address (gdbarch, h8300_frame_locals_address);
|
||||
|
|
|
@ -875,7 +875,7 @@ hppa_saved_pc_after_call (struct frame_info *frame)
|
|||
the stub will return to out of the stack. */
|
||||
u = find_unwind_entry (pc);
|
||||
if (u && u->stub_unwind.stub_type != 0)
|
||||
return FRAME_SAVED_PC (frame);
|
||||
return DEPRECATED_FRAME_SAVED_PC (frame);
|
||||
else
|
||||
return pc;
|
||||
}
|
||||
|
@ -1075,7 +1075,7 @@ hppa_init_extra_frame_info (int fromleaf, struct frame_info *frame)
|
|||
{
|
||||
/* Find the framesize of *this* frame without peeking at the PC
|
||||
in the current frame structure (it isn't set yet). */
|
||||
framesize = find_proc_framesize (FRAME_SAVED_PC (get_next_frame (frame)));
|
||||
framesize = find_proc_framesize (DEPRECATED_FRAME_SAVED_PC (get_next_frame (frame)));
|
||||
|
||||
/* Now adjust our base frame accordingly. If we have a frame pointer
|
||||
use it, else subtract the size of this frame from the current
|
||||
|
@ -1185,7 +1185,7 @@ hppa_frame_chain (struct frame_info *frame)
|
|||
/* Get frame sizes for the current frame and the frame of the
|
||||
caller. */
|
||||
my_framesize = find_proc_framesize (frame->pc);
|
||||
caller_pc = FRAME_SAVED_PC (frame);
|
||||
caller_pc = DEPRECATED_FRAME_SAVED_PC (frame);
|
||||
|
||||
/* If we can't determine the caller's PC, then it's not likely we can
|
||||
really determine anything meaningful about its frame. We'll consider
|
||||
|
@ -1193,7 +1193,7 @@ hppa_frame_chain (struct frame_info *frame)
|
|||
if (caller_pc == (CORE_ADDR) 0)
|
||||
return (CORE_ADDR) 0;
|
||||
|
||||
caller_framesize = find_proc_framesize (FRAME_SAVED_PC (frame));
|
||||
caller_framesize = find_proc_framesize (DEPRECATED_FRAME_SAVED_PC (frame));
|
||||
|
||||
/* If caller does not have a frame pointer, then its frame
|
||||
can be found at current_frame - caller_framesize. */
|
||||
|
@ -1316,7 +1316,7 @@ hppa_frame_chain (struct frame_info *frame)
|
|||
|| (saved_regs.regs[FLAGS_REGNUM] == 0
|
||||
&& read_register (FLAGS_REGNUM) & 0x2)))
|
||||
{
|
||||
u = find_unwind_entry (FRAME_SAVED_PC (frame));
|
||||
u = find_unwind_entry (DEPRECATED_FRAME_SAVED_PC (frame));
|
||||
if (!u)
|
||||
{
|
||||
return read_memory_integer (saved_regs.regs[FP_REGNUM],
|
||||
|
@ -1351,7 +1351,7 @@ hppa_frame_chain (struct frame_info *frame)
|
|||
|| (saved_regs.regs[FLAGS_REGNUM] == 0
|
||||
&& read_register (FLAGS_REGNUM) & 0x2)))
|
||||
{
|
||||
u = find_unwind_entry (FRAME_SAVED_PC (frame));
|
||||
u = find_unwind_entry (DEPRECATED_FRAME_SAVED_PC (frame));
|
||||
if (!u)
|
||||
{
|
||||
return read_memory_integer (saved_regs.regs[FP_REGNUM],
|
||||
|
@ -1392,7 +1392,7 @@ hppa_frame_chain_valid (CORE_ADDR chain, struct frame_info *thisframe)
|
|||
indistinguishable (as nearly as I can tell) from the symbol for a function
|
||||
which is (legitimately, since it is in the user's namespace)
|
||||
named Ltext_end, so we can't just ignore it. */
|
||||
msym_us = lookup_minimal_symbol_by_pc (FRAME_SAVED_PC (thisframe));
|
||||
msym_us = lookup_minimal_symbol_by_pc (DEPRECATED_FRAME_SAVED_PC (thisframe));
|
||||
msym_start = lookup_minimal_symbol ("_start", NULL, NULL);
|
||||
if (msym_us
|
||||
&& msym_start
|
||||
|
@ -5011,7 +5011,7 @@ hppa_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_frame_chain_valid (gdbarch, hppa_frame_chain_valid);
|
||||
set_gdbarch_frameless_function_invocation
|
||||
(gdbarch, hppa_frameless_function_invocation);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, hppa_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, hppa_frame_saved_pc);
|
||||
set_gdbarch_frame_args_address (gdbarch, hppa_frame_args_address);
|
||||
set_gdbarch_frame_locals_address (gdbarch, hppa_frame_locals_address);
|
||||
set_gdbarch_frame_num_args (gdbarch, hppa_frame_num_args);
|
||||
|
|
|
@ -334,7 +334,7 @@ i386_interix_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
|||
set_gdbarch_deprecated_init_extra_frame_info (gdbarch, i386_interix_back_one_frame);
|
||||
set_gdbarch_deprecated_init_frame_pc (gdbarch, init_frame_pc_noop);
|
||||
set_gdbarch_frame_chain_valid (gdbarch, i386_interix_frame_chain_valid);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, i386_interix_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, i386_interix_frame_saved_pc);
|
||||
set_gdbarch_name_of_malloc (gdbarch, "_malloc");
|
||||
}
|
||||
|
||||
|
|
|
@ -1617,7 +1617,7 @@ i386_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_frameless_function_invocation (gdbarch,
|
||||
i386_frameless_function_invocation);
|
||||
set_gdbarch_frame_chain (gdbarch, i386_frame_chain);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, i386_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, i386_frame_saved_pc);
|
||||
set_gdbarch_saved_pc_after_call (gdbarch, i386_saved_pc_after_call);
|
||||
set_gdbarch_frame_num_args (gdbarch, i386_frame_num_args);
|
||||
set_gdbarch_pc_in_sigtramp (gdbarch, i386_pc_in_sigtramp);
|
||||
|
|
|
@ -92,7 +92,6 @@ static gdbarch_register_virtual_type_ftype ia64_register_virtual_type;
|
|||
static gdbarch_register_byte_ftype ia64_register_byte;
|
||||
static gdbarch_breakpoint_from_pc_ftype ia64_breakpoint_from_pc;
|
||||
static gdbarch_frame_chain_ftype ia64_frame_chain;
|
||||
static gdbarch_frame_saved_pc_ftype ia64_frame_saved_pc;
|
||||
static gdbarch_skip_prologue_ftype ia64_skip_prologue;
|
||||
static gdbarch_get_saved_register_ftype ia64_get_saved_register;
|
||||
static gdbarch_deprecated_extract_return_value_ftype ia64_extract_return_value;
|
||||
|
@ -2008,7 +2007,7 @@ ia64_pop_frame_regular (struct frame_info *frame)
|
|||
}
|
||||
|
||||
write_register (sp_regnum, FRAME_CHAIN (frame));
|
||||
write_pc (FRAME_SAVED_PC (frame));
|
||||
write_pc (DEPRECATED_FRAME_SAVED_PC (frame));
|
||||
|
||||
cfm = read_register (IA64_CFM_REGNUM);
|
||||
|
||||
|
@ -2197,7 +2196,7 @@ ia64_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_saved_pc_after_call (gdbarch, ia64_saved_pc_after_call);
|
||||
|
||||
set_gdbarch_frame_chain (gdbarch, ia64_frame_chain);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, ia64_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, ia64_frame_saved_pc);
|
||||
|
||||
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, ia64_frame_init_saved_regs);
|
||||
set_gdbarch_get_saved_register (gdbarch, ia64_get_saved_register);
|
||||
|
|
|
@ -895,7 +895,7 @@ m68hc11_init_extra_frame_info (int fromleaf, struct frame_info *fi)
|
|||
frame_extra_info_zalloc (fi, sizeof (struct frame_extra_info));
|
||||
|
||||
if (get_next_frame (fi))
|
||||
deprecated_update_frame_pc_hack (fi, FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
deprecated_update_frame_pc_hack (fi, DEPRECATED_FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
|
||||
m68hc11_frame_init_saved_regs (fi);
|
||||
|
||||
|
@ -1404,7 +1404,7 @@ m68hc11_gdbarch_init (struct gdbarch_info info,
|
|||
|
||||
|
||||
set_gdbarch_frame_chain (gdbarch, m68hc11_frame_chain);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, m68hc11_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, m68hc11_frame_saved_pc);
|
||||
set_gdbarch_frame_args_address (gdbarch, m68hc11_frame_args_address);
|
||||
set_gdbarch_frame_locals_address (gdbarch, m68hc11_frame_locals_address);
|
||||
set_gdbarch_saved_pc_after_call (gdbarch, m68hc11_saved_pc_after_call);
|
||||
|
|
|
@ -359,7 +359,7 @@ int
|
|||
isi_frame_num_args (struct frame_info *fi)
|
||||
{
|
||||
int val;
|
||||
CORE_ADDR pc = FRAME_SAVED_PC (fi);
|
||||
CORE_ADDR pc = DEPRECATED_FRAME_SAVED_PC (fi);
|
||||
int insn = read_memory_unsigned_integer (pc, 2);
|
||||
val = 0;
|
||||
if (insn == 0047757 || insn == 0157374) /* lea W(sp),sp or addaw #W,sp */
|
||||
|
@ -381,7 +381,7 @@ int
|
|||
delta68_frame_num_args (struct frame_info *fi)
|
||||
{
|
||||
int val;
|
||||
CORE_ADDR pc = FRAME_SAVED_PC (fi);
|
||||
CORE_ADDR pc = DEPRECATED_FRAME_SAVED_PC (fi);
|
||||
int insn = read_memory_unsigned_integer (pc, 2);
|
||||
val = 0;
|
||||
if (insn == 0047757 || insn == 0157374) /* lea W(sp),sp or addaw #W,sp */
|
||||
|
@ -403,7 +403,7 @@ int
|
|||
news_frame_num_args (struct frame_info *fi)
|
||||
{
|
||||
int val;
|
||||
CORE_ADDR pc = FRAME_SAVED_PC (fi);
|
||||
CORE_ADDR pc = DEPRECATED_FRAME_SAVED_PC (fi);
|
||||
int insn = read_memory_unsigned_integer (pc, 2);
|
||||
val = 0;
|
||||
if (insn == 0047757 || insn == 0157374) /* lea W(sp),sp or addaw #W,sp */
|
||||
|
@ -1011,7 +1011,7 @@ m68k_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_deprecated_store_return_value (gdbarch, m68k_store_return_value);
|
||||
|
||||
set_gdbarch_frame_chain (gdbarch, m68k_frame_chain);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, m68k_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, m68k_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, m68k_frame_init_saved_regs);
|
||||
set_gdbarch_frameless_function_invocation (gdbarch,
|
||||
m68k_frameless_function_invocation);
|
||||
|
|
|
@ -671,7 +671,7 @@ mcore_frame_chain (struct frame_info * fi)
|
|||
|
||||
If our caller does not have a frame pointer, then his frame base
|
||||
is <our base> + -<caller's frame size>. */
|
||||
dummy = analyze_dummy_frame (FRAME_SAVED_PC (fi), get_frame_base (fi));
|
||||
dummy = analyze_dummy_frame (DEPRECATED_FRAME_SAVED_PC (fi), get_frame_base (fi));
|
||||
|
||||
if (get_frame_extra_info (dummy)->status & MY_FRAME_IN_FP)
|
||||
{
|
||||
|
@ -803,7 +803,7 @@ mcore_pop_frame (void)
|
|||
else
|
||||
{
|
||||
/* Write out the PC we saved. */
|
||||
write_register (PC_REGNUM, FRAME_SAVED_PC (fi));
|
||||
write_register (PC_REGNUM, DEPRECATED_FRAME_SAVED_PC (fi));
|
||||
|
||||
/* Restore any saved registers. */
|
||||
for (rn = 0; rn < NUM_REGS; rn++)
|
||||
|
@ -1047,7 +1047,7 @@ void
|
|||
mcore_init_extra_frame_info (int fromleaf, struct frame_info *fi)
|
||||
{
|
||||
if (fi && get_next_frame (fi))
|
||||
deprecated_update_frame_pc_hack (fi, FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
deprecated_update_frame_pc_hack (fi, DEPRECATED_FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
|
||||
frame_saved_regs_zalloc (fi);
|
||||
|
||||
|
@ -1139,7 +1139,7 @@ mcore_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_deprecated_init_extra_frame_info (gdbarch, mcore_init_extra_frame_info);
|
||||
set_gdbarch_frame_chain (gdbarch, mcore_frame_chain);
|
||||
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, mcore_frame_init_saved_regs);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, mcore_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, mcore_frame_saved_pc);
|
||||
set_gdbarch_deprecated_store_return_value (gdbarch, mcore_store_return_value);
|
||||
set_gdbarch_deprecated_extract_return_value (gdbarch,
|
||||
mcore_extract_return_value);
|
||||
|
|
|
@ -1694,7 +1694,7 @@ mips_init_frame_pc_first (int fromleaf, struct frame_info *prev)
|
|||
pc = ((fromleaf)
|
||||
? SAVED_PC_AFTER_CALL (get_next_frame (prev))
|
||||
: get_next_frame (prev)
|
||||
? FRAME_SAVED_PC (get_next_frame (prev))
|
||||
? DEPRECATED_FRAME_SAVED_PC (get_next_frame (prev))
|
||||
: read_pc ());
|
||||
tmp = SKIP_TRAMPOLINE_CODE (pc);
|
||||
return tmp ? tmp : pc;
|
||||
|
@ -2432,7 +2432,7 @@ mips_frame_chain (struct frame_info *frame)
|
|||
{
|
||||
mips_extra_func_info_t proc_desc;
|
||||
CORE_ADDR tmp;
|
||||
CORE_ADDR saved_pc = FRAME_SAVED_PC (frame);
|
||||
CORE_ADDR saved_pc = DEPRECATED_FRAME_SAVED_PC (frame);
|
||||
|
||||
if (saved_pc == 0 || inside_entry_file (saved_pc))
|
||||
return 0;
|
||||
|
@ -3844,7 +3844,7 @@ mips_pop_frame (void)
|
|||
return;
|
||||
}
|
||||
|
||||
write_register (PC_REGNUM, FRAME_SAVED_PC (frame));
|
||||
write_register (PC_REGNUM, DEPRECATED_FRAME_SAVED_PC (frame));
|
||||
if (get_frame_saved_regs (frame) == NULL)
|
||||
DEPRECATED_FRAME_INIT_SAVED_REGS (frame);
|
||||
for (regnum = 0; regnum < NUM_REGS; regnum++)
|
||||
|
@ -6027,7 +6027,7 @@ mips_gdbarch_init (struct gdbarch_info info,
|
|||
set_gdbarch_frame_chain (gdbarch, mips_frame_chain);
|
||||
set_gdbarch_frameless_function_invocation (gdbarch,
|
||||
generic_frameless_function_invocation_not);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, mips_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, mips_frame_saved_pc);
|
||||
set_gdbarch_frame_num_args (gdbarch, frame_num_args_unknown);
|
||||
set_gdbarch_frame_args_skip (gdbarch, 0);
|
||||
|
||||
|
|
|
@ -688,7 +688,7 @@ mn10300_frame_chain (struct frame_info *fi)
|
|||
/* The easiest way to get that info is to analyze our caller's frame.
|
||||
So we set up a dummy frame and call mn10300_analyze_prologue to
|
||||
find stuff for us. */
|
||||
dummy = analyze_dummy_frame (FRAME_SAVED_PC (fi), get_frame_base (fi));
|
||||
dummy = analyze_dummy_frame (DEPRECATED_FRAME_SAVED_PC (fi), get_frame_base (fi));
|
||||
|
||||
if (get_frame_extra_info (dummy)->status & MY_FRAME_IN_FP)
|
||||
{
|
||||
|
@ -728,7 +728,7 @@ mn10300_pop_frame_regular (struct frame_info *frame)
|
|||
{
|
||||
int regnum;
|
||||
|
||||
write_register (PC_REGNUM, FRAME_SAVED_PC (frame));
|
||||
write_register (PC_REGNUM, DEPRECATED_FRAME_SAVED_PC (frame));
|
||||
|
||||
/* Restore any saved registers. */
|
||||
for (regnum = 0; regnum < NUM_REGS; regnum++)
|
||||
|
@ -900,7 +900,7 @@ static void
|
|||
mn10300_init_extra_frame_info (int fromleaf, struct frame_info *fi)
|
||||
{
|
||||
if (get_next_frame (fi))
|
||||
deprecated_update_frame_pc_hack (fi, FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
deprecated_update_frame_pc_hack (fi, DEPRECATED_FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
|
||||
frame_saved_regs_zalloc (fi);
|
||||
frame_extra_info_zalloc (fi, sizeof (struct frame_extra_info));
|
||||
|
@ -1171,7 +1171,7 @@ mn10300_gdbarch_init (struct gdbarch_info info,
|
|||
set_gdbarch_deprecated_init_frame_pc (gdbarch, init_frame_pc_noop);
|
||||
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, mn10300_frame_init_saved_regs);
|
||||
set_gdbarch_frame_chain (gdbarch, mn10300_frame_chain);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, mn10300_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, mn10300_frame_saved_pc);
|
||||
set_gdbarch_deprecated_extract_return_value (gdbarch, mn10300_extract_return_value);
|
||||
set_gdbarch_deprecated_extract_struct_value_address
|
||||
(gdbarch, mn10300_extract_struct_value_address);
|
||||
|
|
|
@ -191,7 +191,7 @@ umax_frame_num_args (struct frame_info *fi)
|
|||
{
|
||||
pc = ((enter_addr == 1)
|
||||
? SAVED_PC_AFTER_CALL (fi)
|
||||
: FRAME_SAVED_PC (fi));
|
||||
: DEPRECATED_FRAME_SAVED_PC (fi));
|
||||
insn = read_memory_integer (pc, 2);
|
||||
addr_mode = (insn >> 11) & 0x1f;
|
||||
insn = insn & 0x7ff;
|
||||
|
@ -573,7 +573,7 @@ ns32k_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
generic_frameless_function_invocation_not);
|
||||
|
||||
set_gdbarch_frame_chain (gdbarch, ns32k_frame_chain);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, ns32k_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, ns32k_frame_saved_pc);
|
||||
|
||||
set_gdbarch_frame_args_address (gdbarch, ns32k_frame_args_address);
|
||||
set_gdbarch_frame_locals_address (gdbarch, ns32k_frame_locals_address);
|
||||
|
|
|
@ -295,7 +295,7 @@ frame_num_args (struct frame_info *fi)
|
|||
enter_addr = ns32k_get_enter_addr (fi->pc);
|
||||
if (enter_addr = 0)
|
||||
return (-1);
|
||||
argp = enter_addr == 1 ? SAVED_PC_AFTER_CALL (fi) : FRAME_SAVED_PC (fi);
|
||||
argp = enter_addr == 1 ? SAVED_PC_AFTER_CALL (fi) : DEPRECATED_FRAME_SAVED_PC (fi);
|
||||
for (i = 0; i < 16; i++)
|
||||
{
|
||||
/*
|
||||
|
|
|
@ -730,7 +730,7 @@ ppc_linux_init_abi (struct gdbarch_info info,
|
|||
set_gdbarch_frameless_function_invocation (gdbarch,
|
||||
ppc_linux_frameless_function_invocation);
|
||||
set_gdbarch_frame_chain (gdbarch, ppc_linux_frame_chain);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, ppc_linux_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, ppc_linux_frame_saved_pc);
|
||||
|
||||
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch,
|
||||
ppc_linux_frame_init_saved_regs);
|
||||
|
|
|
@ -2938,7 +2938,7 @@ rs6000_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_frameless_function_invocation (gdbarch,
|
||||
rs6000_frameless_function_invocation);
|
||||
set_gdbarch_frame_chain (gdbarch, rs6000_frame_chain);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, rs6000_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, rs6000_frame_saved_pc);
|
||||
|
||||
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, rs6000_frame_init_saved_regs);
|
||||
set_gdbarch_deprecated_init_extra_frame_info (gdbarch, rs6000_init_extra_frame_info);
|
||||
|
|
|
@ -1221,7 +1221,7 @@ s390_pop_frame_regular (struct frame_info *frame)
|
|||
{
|
||||
int regnum;
|
||||
|
||||
write_register (S390_PC_REGNUM, FRAME_SAVED_PC (frame));
|
||||
write_register (S390_PC_REGNUM, DEPRECATED_FRAME_SAVED_PC (frame));
|
||||
|
||||
/* Restore any saved registers. */
|
||||
if (get_frame_saved_regs (frame))
|
||||
|
@ -1839,7 +1839,7 @@ s390_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_frameless_function_invocation (gdbarch,
|
||||
s390_frameless_function_invocation);
|
||||
/* Return saved PC from a frame */
|
||||
set_gdbarch_frame_saved_pc (gdbarch, s390_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, s390_frame_saved_pc);
|
||||
/* FRAME_CHAIN takes a frame's nominal address
|
||||
and produces the frame's chain-pointer. */
|
||||
set_gdbarch_frame_chain (gdbarch, s390_frame_chain);
|
||||
|
|
|
@ -1758,7 +1758,7 @@ sh_init_extra_frame_info (int fromleaf, struct frame_info *fi)
|
|||
frame_extra_info_zalloc (fi, sizeof (struct frame_extra_info));
|
||||
|
||||
if (get_next_frame (fi))
|
||||
deprecated_update_frame_pc_hack (fi, FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
deprecated_update_frame_pc_hack (fi, DEPRECATED_FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
|
||||
if (DEPRECATED_PC_IN_CALL_DUMMY (get_frame_pc (fi), get_frame_base (fi),
|
||||
get_frame_base (fi)))
|
||||
|
@ -1790,7 +1790,7 @@ sh64_init_extra_frame_info (int fromleaf, struct frame_info *fi)
|
|||
frame_extra_info_zalloc (fi, sizeof (struct frame_extra_info));
|
||||
|
||||
if (get_next_frame (fi))
|
||||
deprecated_update_frame_pc_hack (fi, FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
deprecated_update_frame_pc_hack (fi, DEPRECATED_FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
|
||||
if (DEPRECATED_PC_IN_CALL_DUMMY (get_frame_pc (fi), get_frame_base (fi),
|
||||
get_frame_base (fi)))
|
||||
|
@ -4674,7 +4674,7 @@ sh_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
|
||||
set_gdbarch_frame_args_skip (gdbarch, 0);
|
||||
set_gdbarch_frameless_function_invocation (gdbarch, frameless_look_for_prologue);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, sh_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, sh_frame_saved_pc);
|
||||
set_gdbarch_saved_pc_after_call (gdbarch, sh_saved_pc_after_call);
|
||||
set_gdbarch_frame_num_args (gdbarch, frame_num_args_unknown);
|
||||
set_gdbarch_believe_pcc_promotion (gdbarch, 1);
|
||||
|
|
|
@ -547,7 +547,7 @@ setup_arbitrary_frame (int argc, CORE_ADDR *argv)
|
|||
"create_new_frame returned invalid frame");
|
||||
|
||||
get_frame_extra_info (frame)->bottom = argv[1];
|
||||
deprecated_update_frame_pc_hack (frame, FRAME_SAVED_PC (frame));
|
||||
deprecated_update_frame_pc_hack (frame, DEPRECATED_FRAME_SAVED_PC (frame));
|
||||
return frame;
|
||||
}
|
||||
|
||||
|
@ -3147,7 +3147,7 @@ sparc_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_frame_chain (gdbarch, sparc_frame_chain);
|
||||
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, sparc_frame_init_saved_regs);
|
||||
set_gdbarch_frame_num_args (gdbarch, frame_num_args_unknown);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, sparc_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, sparc_frame_saved_pc);
|
||||
set_gdbarch_frameless_function_invocation (gdbarch,
|
||||
frameless_look_for_prologue);
|
||||
set_gdbarch_get_saved_register (gdbarch, sparc_get_saved_register);
|
||||
|
|
|
@ -826,7 +826,7 @@ v850_frame_chain (struct frame_info *fi)
|
|||
CORE_ADDR callers_pc, fp;
|
||||
|
||||
/* First, find out who called us */
|
||||
callers_pc = FRAME_SAVED_PC (fi);
|
||||
callers_pc = DEPRECATED_FRAME_SAVED_PC (fi);
|
||||
/* If caller is a call-dummy, then our FP bears no relation to his FP! */
|
||||
fp = v850_find_callers_reg (fi, E_FP_RAW_REGNUM);
|
||||
if (DEPRECATED_PC_IN_CALL_DUMMY (callers_pc, fp, fp))
|
||||
|
@ -892,7 +892,7 @@ v850_pop_frame (void)
|
|||
generic_pop_dummy_frame ();
|
||||
else
|
||||
{
|
||||
write_register (E_PC_REGNUM, FRAME_SAVED_PC (frame));
|
||||
write_register (E_PC_REGNUM, DEPRECATED_FRAME_SAVED_PC (frame));
|
||||
|
||||
for (regnum = 0; regnum < E_NUM_REGS; regnum++)
|
||||
if (get_frame_saved_regs (frame)[regnum] != 0)
|
||||
|
@ -1165,7 +1165,7 @@ v850_init_extra_frame_info (int fromleaf, struct frame_info *fi)
|
|||
struct prologue_info pi;
|
||||
|
||||
if (get_next_frame (fi))
|
||||
deprecated_update_frame_pc_hack (fi, FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
deprecated_update_frame_pc_hack (fi, DEPRECATED_FRAME_SAVED_PC (get_next_frame (fi)));
|
||||
|
||||
v850_frame_init_saved_regs (fi);
|
||||
}
|
||||
|
@ -1246,7 +1246,7 @@ v850_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_deprecated_init_extra_frame_info (gdbarch, v850_init_extra_frame_info);
|
||||
set_gdbarch_frame_chain (gdbarch, v850_frame_chain);
|
||||
set_gdbarch_saved_pc_after_call (gdbarch, v850_saved_pc_after_call);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, v850_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, v850_frame_saved_pc);
|
||||
set_gdbarch_skip_prologue (gdbarch, v850_skip_prologue);
|
||||
|
||||
/*
|
||||
|
|
|
@ -43,7 +43,6 @@ static gdbarch_skip_prologue_ftype vax_skip_prologue;
|
|||
static gdbarch_saved_pc_after_call_ftype vax_saved_pc_after_call;
|
||||
static gdbarch_frame_num_args_ftype vax_frame_num_args;
|
||||
static gdbarch_frame_chain_ftype vax_frame_chain;
|
||||
static gdbarch_frame_saved_pc_ftype vax_frame_saved_pc;
|
||||
static gdbarch_frame_args_address_ftype vax_frame_args_address;
|
||||
static gdbarch_frame_locals_address_ftype vax_frame_locals_address;
|
||||
|
||||
|
@ -375,7 +374,7 @@ vax_skip_prologue (CORE_ADDR pc)
|
|||
static CORE_ADDR
|
||||
vax_saved_pc_after_call (struct frame_info *frame)
|
||||
{
|
||||
return (FRAME_SAVED_PC(frame));
|
||||
return (DEPRECATED_FRAME_SAVED_PC(frame));
|
||||
}
|
||||
|
||||
/* Print the vax instruction at address MEMADDR in debugged memory,
|
||||
|
@ -650,7 +649,7 @@ vax_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
generic_frameless_function_invocation_not);
|
||||
|
||||
set_gdbarch_frame_chain (gdbarch, vax_frame_chain);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, vax_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, vax_frame_saved_pc);
|
||||
|
||||
set_gdbarch_frame_args_address (gdbarch, vax_frame_args_address);
|
||||
set_gdbarch_frame_locals_address (gdbarch, vax_frame_locals_address);
|
||||
|
|
|
@ -1030,7 +1030,7 @@ x86_64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
|||
x86_64_frameless_function_invocation);
|
||||
/* FIXME: kettenis/20021026: These two are GNU/Linux-specific and
|
||||
should be moved elsewhere. */
|
||||
set_gdbarch_frame_saved_pc (gdbarch, x86_64_linux_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, x86_64_linux_frame_saved_pc);
|
||||
set_gdbarch_saved_pc_after_call (gdbarch, x86_64_linux_saved_pc_after_call);
|
||||
set_gdbarch_frame_num_args (gdbarch, frame_num_args_unknown);
|
||||
/* FIXME: kettenis/20021026: This one is GNU/Linux-specific too. */
|
||||
|
|
|
@ -31,7 +31,7 @@ extern int x86_64_num_gregs;
|
|||
int x86_64_register_number (const char *name);
|
||||
const char *x86_64_register_name (int reg_nr);
|
||||
|
||||
gdbarch_frame_saved_pc_ftype x86_64_linux_frame_saved_pc;
|
||||
gdbarch_deprecated_frame_saved_pc_ftype x86_64_linux_frame_saved_pc;
|
||||
gdbarch_saved_pc_after_call_ftype x86_64_linux_saved_pc_after_call;
|
||||
gdbarch_pc_in_sigtramp_ftype x86_64_linux_in_sigtramp;
|
||||
CORE_ADDR x86_64_linux_frame_chain (struct frame_info *fi);
|
||||
|
|
|
@ -354,7 +354,7 @@ xstormy16_pop_frame (void)
|
|||
xstormy16_reg_size));
|
||||
}
|
||||
/* Restore the PC */
|
||||
write_register (PC_REGNUM, FRAME_SAVED_PC (fi));
|
||||
write_register (PC_REGNUM, DEPRECATED_FRAME_SAVED_PC (fi));
|
||||
flush_cached_frames ();
|
||||
}
|
||||
return;
|
||||
|
@ -836,7 +836,7 @@ xstormy16_frame_chain (struct frame_info *fi)
|
|||
static int
|
||||
xstormy16_frame_chain_valid (CORE_ADDR chain, struct frame_info *thisframe)
|
||||
{
|
||||
return chain < 0x8000 && FRAME_SAVED_PC (thisframe) >= 0x8000 &&
|
||||
return chain < 0x8000 && DEPRECATED_FRAME_SAVED_PC (thisframe) >= 0x8000 &&
|
||||
(get_frame_extra_info (thisframe)->frameless_p ||
|
||||
get_frame_base (thisframe) - get_frame_extra_info (thisframe)->framesize == chain);
|
||||
}
|
||||
|
@ -1060,7 +1060,7 @@ xstormy16_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_frame_chain (gdbarch, xstormy16_frame_chain);
|
||||
set_gdbarch_get_saved_register (gdbarch, xstormy16_get_saved_register);
|
||||
set_gdbarch_saved_pc_after_call (gdbarch, xstormy16_saved_pc_after_call);
|
||||
set_gdbarch_frame_saved_pc (gdbarch, xstormy16_frame_saved_pc);
|
||||
set_gdbarch_deprecated_frame_saved_pc (gdbarch, xstormy16_frame_saved_pc);
|
||||
set_gdbarch_skip_prologue (gdbarch, xstormy16_skip_prologue);
|
||||
set_gdbarch_frame_chain_valid (gdbarch, xstormy16_frame_chain_valid);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue