diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 20:11:49 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:48:21 -0700 |
commit | 16fc27d65a74aa6bd524a0f7dc85cdd2caad496f (patch) | |
tree | c3fd98b26ad9b643ec32e79ad1588397950d89c6 /gdb/ChangeLog | |
parent | 115d9817bba7bf2eb44fe6a1e5f92100cad5553d (diff) | |
download | gdb-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/ChangeLog | 7 |
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. |