From: Joel Brobecker Date: Tue, 3 Feb 2009 01:09:35 +0000 (+0000) Subject: * breakpoint (update_watchpoint): Minor comment adjustment. X-Git-Tag: arc-insight_6_8-branchpoint~225 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=34083a97307a6f1456c9455997c4b5471ba21330;p=pf3gnuchains%2Fpf3gnuchains4x.git * breakpoint (update_watchpoint): Minor comment adjustment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cd9d90e144..a3959d263e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-02-02 Joel Brobecker + + * breakpoint (update_watchpoint): Minor comment adjustment. + 2009-02-02 Tom Tromey PR gdb/9594: diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 1463bfb65c..e57405ba18 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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) {