2009-10-31 Michael Snyder <msnyder@vmware.com>

* breakpoint.c (bpstat_stop_status): Fix broken comment.
This commit is contained in:
Michael Snyder
2009-10-31 18:30:40 +00:00
parent 07b7cff327
commit 3d947dffe0
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -3457,8 +3457,7 @@ bpstat_stop_status (struct address_space *aspace,
The watchpoint_check function will work on entire expression, The watchpoint_check function will work on entire expression,
not the individual locations. For read watchopints, the not the individual locations. For read watchopints, the
watchpoints_triggered function have checked all locations watchpoints_triggered function have checked all locations
alrea already. */
*/
if (b->type == bp_hardware_watchpoint && bl != b->loc) if (b->type == bp_hardware_watchpoint && bl != b->loc)
continue; continue;