This is the mail archive of the
gdb-cvs@sources.redhat.com
mailing list for the GDB project.
src/gdb ChangeLog frame.c frame.h
- From: uweigand at sourceware dot org
- To: gdb-cvs at sources dot redhat dot com
- Date: 27 Jun 2004 20:45:05 -0000
- Subject: src/gdb ChangeLog frame.c frame.h
CVSROOT: /cvs/src
Module name: src
Changes by: uweigand@sourceware.org 2004-06-27 20:45:05
Modified files:
gdb : ChangeLog frame.c frame.h
Log message:
* frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
and special_addr_p.
(frame_id_build, frame_id_build_special): Update comments.
(frame_id_build_wild): New prototype.
* frame.c (frame_id_build, frame_id_build_special): Fill in new
struct frame_id fields.
(frame_id_build_wild): New function.
(frame_id_eq, frame_id_inner): Use new struct frame_id fields.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.6054&r2=1.6055
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame.c.diff?cvsroot=src&r1=1.182&r2=1.183
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame.h.diff?cvsroot=src&r1=1.134&r2=1.135