aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-18 20:15:44 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:23 -0700
commitc29302cc8aef5856ae6ed63cef46c17dcc1b790a (patch)
tree1dcaab4226b5ddf6df10d59ce2ced617ec901c20 /gdb/ChangeLog
parent170049d41c3cb8becb46e8e71a30f67f5d47d5ad (diff)
downloadgdb-c29302cc8aef5856ae6ed63cef46c17dcc1b790a.zip
gdb-c29302cc8aef5856ae6ed63cef46c17dcc1b790a.tar.gz
gdb-c29302cc8aef5856ae6ed63cef46c17dcc1b790a.tar.bz2
convert to_insn_history_range
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_insn_history_range): Unconditionally delegate. * target.h (struct target_ops) <to_insn_history_range>: 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 0a21412..f2aa5c2 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_range): Unconditionally delegate.
+ * target.h (struct target_ops) <to_insn_history_range>: Use
+ TARGET_DEFAULT_NORETURN.
+
+2014-02-19 Tom Tromey <tromey@redhat.com>
+
+ * target-delegates.c: Rebuild.
* target.c (target_call_history): Unconditionally delegate.
* target.h (struct target_ops) <to_call_history>: Use
TARGET_DEFAULT_NORETURN.