src/gdb ChangeLog breakpoint.h breakpoint.c
kevinb@sources.redhat.com
kevinb@sources.redhat.com
Mon Oct 13 23:53:00 GMT 2003
CVSROOT: /cvs/src
Module name: src
Changes by: kevinb@sourceware.org 2003-10-13 23:53:20
Modified files:
gdb : ChangeLog breakpoint.h breakpoint.c
Log message:
* breakpoint.h (struct breakpoint): Add new member
``requested_address''.
* breakpoint.c (breakpoint_adjustment_warning)
(adjust_breakpoint_address): New static functions.
(print_it_typical): Issue warning if breakpoint's address is different
from its requested address.
(set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
(breakpoint_re_set_one): Set breakpoint's
``requested_address'' field. Set ``address'' field to the
result of calling adjust_breakpoint_address() on the requested
address.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.4881&r2=1.4882
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.h.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.131&r2=1.132
More information about the Gdb-cvs
mailing list