aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-19 07:47:11 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:32 -0700
commit6b2c5a57e10ca3d9021ef6fe27ba779a06f06717 (patch)
treea451de1fae90ee2ee0ce9af1597952df2ab22a27 /gdb/ChangeLog
parentcbffc065273e91d3596dc73bad695a815f67d5fa (diff)
downloadgdb-6b2c5a57e10ca3d9021ef6fe27ba779a06f06717.zip
gdb-6b2c5a57e10ca3d9021ef6fe27ba779a06f06717.tar.gz
gdb-6b2c5a57e10ca3d9021ef6fe27ba779a06f06717.tar.bz2
convert to_memory_map
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_memory_map): Unconditionally delegate. * target.h (struct target_ops) <to_memory_map>: Use TARGET_DEFAULT_RETURN.
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 363536d..c174974 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_memory_map): Unconditionally delegate.
+ * target.h (struct target_ops) <to_memory_map>: Use
+ TARGET_DEFAULT_RETURN.
+
+2014-02-19 Tom Tromey <tromey@redhat.com>
+
+ * target-delegates.c: Rebuild.
* target.c (target_thread_alive): Unconditionally delegate.
* target.h (struct target_ops) <to_thread_alive>: Use
TARGET_DEFAULT_RETURN.