aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-18 20:18:49 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:25 -0700
commit3679abfabcafc0bd855c30b264d9260d7b77da53 (patch)
tree522e1af3c9cb82b6d3231bdd0df18c52027d7451 /gdb/ChangeLog
parent8444ab58be111620c35932b1639a7b6b17845309 (diff)
downloadgdb-3679abfabcafc0bd855c30b264d9260d7b77da53.zip
gdb-3679abfabcafc0bd855c30b264d9260d7b77da53.tar.gz
gdb-3679abfabcafc0bd855c30b264d9260d7b77da53.tar.bz2
convert to_insn_history
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_insn_history): Unconditionally delegate. * target.h (struct target_ops) <to_insn_history>: 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 584f6c1..a241251 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_insn_history): Unconditionally delegate.
+ * target.h (struct target_ops) <to_insn_history>: Use
+ TARGET_DEFAULT_NORETURN.
+
+2014-02-19 Tom Tromey <tromey@redhat.com>
+
+ * target-delegates.c: Rebuild.
* target.c (target_insn_history_from): Unconditionally delegate.
* target.h (struct target_ops) <to_insn_history_from>: Use
TARGET_DEFAULT_NORETURN.