aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-18 14:55:44 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:19 -0700
commiteb276a6b5b56eeb15729892d66d11782bbacbdfc (patch)
tree6bc3bfb201dadb21012c86ff50f9f087e0e2190a /gdb/ChangeLog
parent9e538d0d0bebe3230940a820c6ec1016f0795899 (diff)
downloadgdb-eb276a6b5b56eeb15729892d66d11782bbacbdfc.zip
gdb-eb276a6b5b56eeb15729892d66d11782bbacbdfc.tar.gz
gdb-eb276a6b5b56eeb15729892d66d11782bbacbdfc.tar.bz2
convert to_verify_memory
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_verify_memory): Unconditionally delegate. * target.h (struct target_ops) <to_verify_memory>: Use TARGET_DEFAULT_NORETURN.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7c489a9..adcdf65 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,13 @@
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
+ * target.c (target_verify_memory): Unconditionally delegate.
+ * target.h (struct target_ops) <to_verify_memory>: Use
+ TARGET_DEFAULT_NORETURN.
+
+2014-02-19 Tom Tromey <tromey@redhat.com>
+
+ * target-delegates.c: Rebuild.
* target.c (target_core_of_thread): Unconditionally delegate.
* target.h (struct target_ops) <to_core_of_thread>: Use
TARGET_DEFAULT_RETURN.