aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f23214c..4d21120 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,21 @@
+2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * breakpoint.c (fetch_watchpoint_value): New function.
+ (update_watchpoint): Set and clear val_valid. Use
+ fetch_watchpoint_value. Handle unreadable values on the
+ value chain. Correct check for user-requested array watchpoints.
+ (breakpoint_init_inferior): Clear val_valid.
+ (watchpoint_value_print): New function.
+ (print_it_typical): Use it. Do not free or clear old_val. Print
+ watchpoints even if old_val == NULL.
+ (watchpoint_check): Use fetch_watchpoint_value. Check for values
+ becoming readable or unreadable.
+ (watch_command_1): Use fetch_watchpoint_value. Set val_valid.
+ (do_enable_watchpoint): Likewise.
+ * breakpoint.h (struct breakpoint): Update comment for val. Add
+ val_valid.
+ * NEWS: Mention watchpoints on inaccessible memory.
+
2007-02-29 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.in (i386-nat.o): Update.