* breakpoint.c (watchpoint_check): Expand the function description.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 30 Dec 2009 19:16:30 +0000 (19:16 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 30 Dec 2009 19:16:30 +0000 (19:16 +0000)
gdb/ChangeLog
gdb/breakpoint.c

index b6a5034e2fd03b0d4e308d7329903923ae497627..429e5e051e58514230cfbdf802163b761f0ee069 100644 (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.
index 5c605422a5f340965fd80e8c49aa6d251395847b..1beb45c46f5cd4b323f3ba657af123d29af48a1f 100644 (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)