diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 20:10:20 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:48:20 -0700 |
commit | 115d9817bba7bf2eb44fe6a1e5f92100cad5553d (patch) | |
tree | f0c9a76e8b0630e2ff25b8a6a5f8a57777dd26d6 /gdb/ChangeLog | |
parent | eb276a6b5b56eeb15729892d66d11782bbacbdfc (diff) | |
download | gdb-115d9817bba7bf2eb44fe6a1e5f92100cad5553d.zip gdb-115d9817bba7bf2eb44fe6a1e5f92100cad5553d.tar.gz gdb-115d9817bba7bf2eb44fe6a1e5f92100cad5553d.tar.bz2 |
convert to_call_history_range
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.
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 adcdf65..f4b8ee3 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_range): Unconditionally delegate. + * target.h (struct target_ops) <to_call_history_range>: Use + TARGET_DEFAULT_NORETURN. + +2014-02-19 Tom Tromey <tromey@redhat.com> + + * target-delegates.c: Rebuild. * target.c (target_verify_memory): Unconditionally delegate. * target.h (struct target_ops) <to_verify_memory>: Use TARGET_DEFAULT_NORETURN. |