src/gdb ChangeLog frame.c frame.h
cagney@sources.redhat.com
cagney@sources.redhat.com
Wed Apr 9 20:49:00 GMT 2003
CVSROOT: /cvs/src
Module name: src
Changes by: cagney@sourceware.org 2003-04-09 20:49:23
Modified files:
gdb : ChangeLog frame.c frame.h
Log message:
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".
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.4059&r2=1.4060
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame.c.diff?cvsroot=src&r1=1.102&r2=1.103
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame.h.diff?cvsroot=src&r1=1.86&r2=1.87
More information about the Gdb-cvs
mailing list