diff options
author | Richard Henderson <rth@redhat.com> | 2003-05-31 00:27:46 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-05-31 00:27:46 +0000 |
commit | fbe586aede90731f60739674eab9243b992408e5 (patch) | |
tree | 1f9eb3eb26eaf9fb4cefc162e7416d6891d828d1 /gdb/alpha-tdep.h | |
parent | 86f1d0fbb593d56cf9d4e9ba34681c11696288d0 (diff) | |
download | ppe42-binutils-fbe586aede90731f60739674eab9243b992408e5.tar.gz ppe42-binutils-fbe586aede90731f60739674eab9243b992408e5.zip |
* alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
(alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
(alpha_mdebug_frame_this_id): Likewise.
(alpha_mdebug_frame_prev_register): Likewise.
(alpha_mdebug_frame_base_address): Likewise.
(alpha_mdebug_frame_locals_address): Likewise.
(alpha_mdebug_frame_args_address): Likewise.
(struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
* alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
(alpha_heuristic_frame_unwind_cache): Make static; add missing
loop increment.
(alpha_heuristic_frame_this_id): Make static.
(alpha_heuristic_frame_prev_register): Likewise.
(alpha_heuristic_frame_base_address): Likewise.
* alpha-tdep.h: Update.
Diffstat (limited to 'gdb/alpha-tdep.h')
-rw-r--r-- | gdb/alpha-tdep.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/alpha-tdep.h b/gdb/alpha-tdep.h index 412ec37c5a..5def15a845 100644 --- a/gdb/alpha-tdep.h +++ b/gdb/alpha-tdep.h @@ -99,19 +99,7 @@ struct gdbarch_tdep extern unsigned int alpha_read_insn (CORE_ADDR pc); extern void alpha_software_single_step (enum target_signal, int); - -/* Let other files poke at the heuristic unwinder. */ extern CORE_ADDR alpha_after_prologue (CORE_ADDR pc); -extern struct alpha_heuristic_unwind_cache * - alpha_heuristic_frame_unwind_cache (struct frame_info *, void **, CORE_ADDR); -extern void alpha_heuristic_frame_this_id (struct frame_info *, void **, - struct frame_id *); -extern void alpha_heuristic_frame_prev_register (struct frame_info *, - void **, int, int *, - enum lval_type *, - CORE_ADDR *, int *, void *); -extern CORE_ADDR alpha_heuristic_frame_base_address (struct frame_info *, - void **); extern void alpha_mdebug_init_abi (struct gdbarch_info, struct gdbarch *); |