aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-18 20:11:49 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:21 -0700
commit16fc27d65a74aa6bd524a0f7dc85cdd2caad496f (patch)
treec3fd98b26ad9b643ec32e79ad1588397950d89c6 /gdb/ChangeLog
parent115d9817bba7bf2eb44fe6a1e5f92100cad5553d (diff)
downloadgdb-16fc27d65a74aa6bd524a0f7dc85cdd2caad496f.zip
gdb-16fc27d65a74aa6bd524a0f7dc85cdd2caad496f.tar.gz
gdb-16fc27d65a74aa6bd524a0f7dc85cdd2caad496f.tar.bz2
convert to_call_history_from
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_call_history_from): Unconditionally delegate. * target.h (struct target_ops) <to_call_history_from>: 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 f4b8ee3..a3d94a3 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_call_history_from): Unconditionally delegate.
+ * target.h (struct target_ops) <to_call_history_from>: Use
+ TARGET_DEFAULT_NORETURN.
+
+2014-02-19 Tom Tromey <tromey@redhat.com>
+
+ * target-delegates.c: Rebuild.
* target.c (target_call_history_range): Unconditionally delegate.
* target.h (struct target_ops) <to_call_history_range>: Use
TARGET_DEFAULT_NORETURN.