diff options
author | Richard Henderson <rth@redhat.com> | 2003-05-31 00:31:10 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-05-31 00:31:10 +0000 |
commit | 0532f7a84a79c6ad1d04187f616e347a90910489 (patch) | |
tree | e21e32776287685b5b8764ffc481eb616a4cbba2 /gdb/ChangeLog | |
parent | 3440c35b603e9bdacfada7f262ba7dda93649569 (diff) | |
download | gdb-kettenis_i386newframe-20030419-branch.zip gdb-kettenis_i386newframe-20030419-branch.tar.gz gdb-kettenis_i386newframe-20030419-branch.tar.bz2 |
* alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.kettenis_i386newframe-20030419-branch
(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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9df7396..e699aab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,21 @@ +2003-05-30 Richard Henderson <rth@redhat.com> + + * 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. + 2003-05-29 Richard Henderson <rth@redhat.com> * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New. |