]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* breakpoint.h (struct breakpoint): Add new member
authorKevin Buettner <kevinb@redhat.com>
Mon, 13 Oct 2003 23:53:20 +0000 (23:53 +0000)
committerKevin Buettner <kevinb@redhat.com>
Mon, 13 Oct 2003 23:53:20 +0000 (23:53 +0000)
commit76897487dfbbf47c3bc8e324db4056db319adc7f
tree9265dfe6024391e0da6fb68df30c548b3c42cacc
parenta113152116cefd055d67b816cd19b98d8f03f0b4
* 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.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h