OSDN Git Service

2003-04-09 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 9 Apr 2003 20:49:22 +0000 (20:49 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 9 Apr 2003 20:49:22 +0000 (20:49 +0000)
commitfdf53d7df83ed9d90edc5e61813e2fcc1e98fd12
treebd865a2657ebbfde38624483174206c163f588c2
parent8299d992c349e33a5c794b27b2cb4a084afe509c
2003-04-09  Andrew Cagney  <cagney@redhat.com>

* frame.h (struct frame_info): Delete field "pc".  Replace
"pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
structure.
* frame.c (frame_pc_unwind): Update.
(create_sentinel_frame): Do not set "pc".
(get_prev_frame): Do not set "pc".  Use frame_pc_unwind.
(get_frame_pc): Call frame_pc_unwind.
(deprecated_update_frame_pc_hack): Update.
(create_new_frame): Use "pc" not "->pc".
gdb/ChangeLog
gdb/frame.c
gdb/frame.h