aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-18 14:33:28 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:09 -0700
commit8b1c364c146fc5a73311a434f8f6eecf3e83685b (patch)
treeb6beeea59a6bbc3699865398a9e27e9ffb7741e0 /gdb/ChangeLog
parentcd4ae029569aa0c38230f042b39f505ac5b8f732 (diff)
downloadgdb-8b1c364c146fc5a73311a434f8f6eecf3e83685b.zip
gdb-8b1c364c146fc5a73311a434f8f6eecf3e83685b.tar.gz
gdb-8b1c364c146fc5a73311a434f8f6eecf3e83685b.tar.bz2
convert to_remove_mask_watchpoint
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_remove_mask_watchpoint): Unconditionally delegate. * target.h (struct target_ops) <to_remove_mask_watchpoint>: Use TARGET_DEFAULT_RETURN.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0f6bd76..45d853c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,14 @@
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
+ * target.c (target_remove_mask_watchpoint): Unconditionally
+ delegate.
+ * target.h (struct target_ops) <to_remove_mask_watchpoint>: Use
+ TARGET_DEFAULT_RETURN.
+
+2014-02-19 Tom Tromey <tromey@redhat.com>
+
+ * target-delegates.c: Rebuild.
* target.c (target_insert_mask_watchpoint): Unconditionally
delegate.
* target.h (struct target_ops) <to_insert_mask_watchpoint>: Use