From: Michael Snyder Date: Sat, 31 Oct 2009 18:30:40 +0000 (+0000) Subject: 2009-10-31 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d947dffe01f2339de7fdf88becdaced5421be9f;p=binutils-gdb.git 2009-10-31 Michael Snyder * breakpoint.c (bpstat_stop_status): Fix broken comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 77ec5c0f1f3..2fec8a5f717 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-10-31 Michael Snyder + + * breakpoint.c (bpstat_stop_status): Fix broken comment. + 2009-10-31 Pedro Alves * record.c (record_restore, cmd_record_save): Debug output goes to diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 6bf9262c330..757c76d424d 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -3457,8 +3457,7 @@ bpstat_stop_status (struct address_space *aspace, The watchpoint_check function will work on entire expression, not the individual locations. For read watchopints, the watchpoints_triggered function have checked all locations - alrea - */ + already. */ if (b->type == bp_hardware_watchpoint && bl != b->loc) continue;