* breakpoint.c (bpstat_stop_status): Fix broken comment.
+2009-10-31 Michael Snyder <msnyder@vmware.com>
+
+ * breakpoint.c (bpstat_stop_status): Fix broken comment.
+
2009-10-31 Pedro Alves <pedro@codesourcery.com>
* record.c (record_restore, cmd_record_save): Debug output goes to
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;