* breakpoint (update_watchpoint): Minor comment adjustment.
This commit is contained in:
parent
52e44b4398
commit
bfa149ac1e
2 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue