diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 14:35:15 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:48:11 -0700 |
commit | 423a48075e748691f7fa83dbae404da3e4edc914 (patch) | |
tree | 7b2c54dd9658c59dc407f565d2a5c390c75b5cca /gdb/ChangeLog | |
parent | 6c7e5e5cdc78f2930423b87d76006e067749e6ba (diff) | |
download | gdb-423a48075e748691f7fa83dbae404da3e4edc914.zip gdb-423a48075e748691f7fa83dbae404da3e4edc914.tar.gz gdb-423a48075e748691f7fa83dbae404da3e4edc914.tar.bz2 |
convert to_kill
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
* target.c (target_kill): Unconditionally delegate.
* target.h (struct target_ops) <to_kill>: 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 4217562..2dceb4c 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_kill): Unconditionally delegate. + * target.h (struct target_ops) <to_kill>: Use + TARGET_DEFAULT_NORETURN. + +2014-02-19 Tom Tromey <tromey@redhat.com> + + * target-delegates.c: Rebuild. * target.c (target_masked_watch_num_registers): Unconditionally delegate. * target.h (struct target_ops) <to_masked_watch_num_registers>: |