OSDN Git Service

* breakpoint (update_watchpoint): Minor comment adjustment.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 3 Feb 2009 01:09:35 +0000 (01:09 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 3 Feb 2009 01:09:35 +0000 (01:09 +0000)
gdb/ChangeLog
gdb/breakpoint.c

index cd9d90e..a3959d2 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-02  Joel Brobecker  <brobecker@adacore.com>
+
+       * breakpoint (update_watchpoint): Minor comment adjustment.
+
 2009-02-02  Tom Tromey  <tromey@redhat.com>
 
        PR gdb/9594:
index 1463bfb..e57405b 100644 (file)
@@ -835,8 +835,8 @@ fetch_watchpoint_value (struct expression *exp, struct value **valp,
      in b->loc->cond.
    - Update the list of values that must be watched in B->loc.
 
-   If the watchpoint is disabled, do nothing.  If this is
-   local watchpoint that is out of scope, delete it.  */
+   If the watchpoint disposition is disp_del_at_next_stop, then do nothing.
+   If this is local watchpoint that is out of scope, delete it.  */
 static void
 update_watchpoint (struct breakpoint *b, int reparse)
 {