OSDN Git Service

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)
commit5e637cbe605507dcacaccd3fedb4dfead3e7794a
tree248e3fb6b92180049b49e3e3446db79bba411550
parente5b26204ee17b7bd3a7a8f0de15a9591ce07fe42
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