OSDN Git Service

2003-04-04 Andrew Cagney <cagney@redhat.com>
authorcagney <cagney>
Fri, 4 Apr 2003 21:04:32 +0000 (21:04 +0000)
committercagney <cagney>
Fri, 4 Apr 2003 21:04:32 +0000 (21:04 +0000)
commite9fdc1cf491ec85af21dfff6b77a87e8686a9d4c
tree658afae53b6b837da88d7c8050b0fae8865f7b8d
parent8c9ce0b7988b4934575f5a684d0dac5ffe00ed21
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