diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 20:13:40 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:48:22 -0700 |
commit | 170049d41c3cb8becb46e8e71a30f67f5d47d5ad (patch) | |
tree | 1a0350bae260abc54f01d71492b5732b46a0f82e /gdb/ChangeLog | |
parent | 16fc27d65a74aa6bd524a0f7dc85cdd2caad496f (diff) | |
download | gdb-170049d41c3cb8becb46e8e71a30f67f5d47d5ad.zip gdb-170049d41c3cb8becb46e8e71a30f67f5d47d5ad.tar.gz gdb-170049d41c3cb8becb46e8e71a30f67f5d47d5ad.tar.bz2 |
convert to_call_history
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.
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 a3d94a3..0a21412 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): Unconditionally delegate. + * target.h (struct target_ops) <to_call_history>: Use + TARGET_DEFAULT_NORETURN. + +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. |