aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-18 14:35:15 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:11 -0700
commit423a48075e748691f7fa83dbae404da3e4edc914 (patch)
tree7b2c54dd9658c59dc407f565d2a5c390c75b5cca /gdb/ChangeLog
parent6c7e5e5cdc78f2930423b87d76006e067749e6ba (diff)
downloadgdb-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/ChangeLog7
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>: