From 9908b56683c3fce81b58ff5ee888741790f516d0 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 19 Aug 2008 13:22:14 +0000 Subject: Make sure target supports non-stop. * infcmd.c (run_command_1, attach_command): If non-stop mode is requested, verify the target supports it. * linux-nat.c (linux_nat_supports_non_stop): New. (linux_nat_add_target): Register the above. * target.c (find_default_supports_non_stop) (target_supports_non_stop): New. (init_dummy_target): Register find_default_supports_non_stop. * target.h (struct target_ops): New field to_supports_non_stop. (target_supports_non_stop): New. --- gdb/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7b3564e..35bd2ac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2008-08-19 Vladimir Prus + + Make sure target supports non-stop. + * infcmd.c (run_command_1, attach_command): If non-stop mode + is requested, verify the target supports it. + * linux-nat.c (linux_nat_supports_non_stop): New. + (linux_nat_add_target): Register the above. + * target.c (find_default_supports_non_stop) + (target_supports_non_stop): New. + (init_dummy_target): Register find_default_supports_non_stop. + * target.h (struct target_ops): New field to_supports_non_stop. + (target_supports_non_stop): New. + 2008-08-19 Pedro Alves Vladimir Prus -- cgit v1.1