Skip to content

Commit

Permalink
Remove stale comment
Browse files Browse the repository at this point in the history
This comment is no longer true for watchpoints since commit 31e77af
(PR breakpoints/7143 - Watchpoint does not trigger when first set).

gdb/testsuite/

	* gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
  • Loading branch information
palves committed Aug 19, 2014
1 parent 89a1c21 commit 0718a8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gdb/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2014-08-19 Pedro Alves <[email protected]>

* gdb.base/watchpoint-hw-hit-once.c (main): Update comment.

2014-08-19 Yao Qi <[email protected]>

* gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
Expand Down
2 changes: 1 addition & 1 deletion gdb/testsuite/gdb.base/watchpoint-hw-hit-once.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ main (void)
{
volatile int dummy;

/* Stub lines are present as no breakpoints/watchpoint gets hit if current PC
/* Stub lines are present as no breakpoint gets hit if current PC
already stays on the line PC while entering "step"/"continue". */

dummy = 0; /* Stub to catch WATCHEE access after runto_main. */
Expand Down

0 comments on commit 0718a8d

Please sign in to comment.