]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/dummy-frame.c
2003-04-04 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 4 Apr 2003 21:04:33 +0000 (21:04 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 4 Apr 2003 21:04:33 +0000 (21:04 +0000)
commit11889732f8bf4a0c69606696a154262eb1f82a8e
tree5f53ccc66a6f39c2a26aacbef74ea32cc28ff592
parent8dfb4cf0914918a83792055b7a218c23c0934d76
2003-04-04  Andrew Cagney  <cagney@redhat.com>

* x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
* dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
* d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
get_frame_base.
(d10v_unwind_dummy_id): Use frame_id_build.
* frame.c (find_frame_sal): Use get_frame_pc.
(create_new_frame): Use deprecated_update_frame_pc_hack and
deprecated_update_frame_base_hack.
(create_sentinel_frame): Add comment about ->pc going away.
(get_prev_frame): Add comment about ->pc going away.
(legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
frame_id_build, deprecated_update_frame_pc_hack and
deprecated_update_frame_base_hack.
(select_frame): Use get_frame_pc.
(legacy_saved_regs_this_id): Use frame_id_build.
gdb/ChangeLog
gdb/d10v-tdep.c
gdb/dummy-frame.c
gdb/frame.c
gdb/x86-64-tdep.c