aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-20 12:19:37 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:40 -0700
commite88ef65ce5f5ec33931c71c2c7a1f490b90ddd44 (patch)
treef18ff48f2225f5b8171a2a7c47205e45fa44ff86 /gdb/ChangeLog
parent86a0854a691a220419785b2008bf2fb0ddd6e46f (diff)
downloadgdb-e88ef65ce5f5ec33931c71c2c7a1f490b90ddd44.zip
gdb-e88ef65ce5f5ec33931c71c2c7a1f490b90ddd44.tar.gz
gdb-e88ef65ce5f5ec33931c71c2c7a1f490b90ddd44.tar.bz2
convert to_can_run
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_can_run. (find_default_run_target): Check against delegate_can_run. * target.h (struct target_ops) <to_can_run>: Use TARGET_DEFAULT_RETURN.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 18792c6..9db4fd4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,15 @@
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
+ * target.c (update_current_target): Don't inherit or default
+ to_can_run.
+ (find_default_run_target): Check against delegate_can_run.
+ * target.h (struct target_ops) <to_can_run>: Use
+ TARGET_DEFAULT_RETURN.
+
+2014-02-19 Tom Tromey <tromey@redhat.com>
+
+ * target-delegates.c: Rebuild.
* target.c (target_disconnect): Unconditionally delegate.
* target.h (struct target_ops) <to_disconnect>: Use
TARGET_DEFAULT_NORETURN.