* breakpoint.c (watchpoint_check): Expand the function description.

This commit is contained in:
Joel Brobecker 2009-12-30 19:16:30 +00:00
parent 218d2fc650
commit 553e4c1193
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-12-30 Joel Brobecker <brobecker@adacore.com>
* breakpoint.c (watchpoint_check): Expand the function description.
2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
* valarith.c (value_equal_contents): New function.

View File

@ -3174,7 +3174,10 @@ watchpoints_triggered (struct target_waitstatus *ws)
#define BP_TEMPFLAG 1
#define BP_HARDWAREFLAG 2
/* Evaluate watchpoint condition expression and check if its value changed. */
/* Evaluate watchpoint condition expression and check if its value changed.
P should be a pointer to struct bpstat, but is defined as a void *
in order for this function to be usable with catch_errors. */
static int
watchpoint_check (void *p)