2009-10-31 Michael Snyder * breakpoint.c (bpstat_stop_status): Fix broken comment. Index: breakpoint.c =================================================================== RCS file: /cvs/src/src/gdb/breakpoint.c,v retrieving revision 1.422 diff -u -p -r1.422 breakpoint.c --- breakpoint.c 31 Oct 2009 06:00:11 -0000 1.422 +++ breakpoint.c 31 Oct 2009 18:29:59 -0000 @@ -3457,8 +3457,7 @@ bpstat_stop_status (struct address_space 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;