OSDN Git Service

2004-09-29 Andrew Cagney <cagney@gnu.org>
authorcagney <cagney>
Wed, 29 Sep 2004 15:33:00 +0000 (15:33 +0000)
committercagney <cagney>
Wed, 29 Sep 2004 15:33:00 +0000 (15:33 +0000)
commit45c9caa8c67b785a88b6dbb9a20ba113d4a73c55
treed32a47db89df743c387edba29138c505c12bb04a
parentfbef6585d2ab44c2e27a4b77df595f09302d6b62
2004-09-29  Andrew Cagney  <cagney@gnu.org>

* target.h (struct target_ops): Delete field to_post_wait.
(target_post_wait): Delete macro.
(child_post_wait): Delete declaration.
* target.c (update_current_target, update_current_target)
(debug_to_post_wait, setup_target_debug): Delete functions and
references.
* infttrace.c (ptrace_wait): Delete call to target_post_wait.
* inftarg.c (child_post_wait): Delete.
(init_child_ops): Do not set to_post_wait.
* infptrace.c (ptrace_wait): Delete call to target_post_wait.
* inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
* inf-child.c (inf_child_post_wait): Delete.
(inf_child_target): Do not set to_post_wait.
* inf-ptrace.c (inf_ptrace_post_wait): Delete.
(inf_ptrace_target): Do not set to_post_wait.
gdb/ChangeLog
gdb/inf-child.c
gdb/inf-ptrace.c
gdb/infptrace.c
gdb/inftarg.c
gdb/infttrace.c
gdb/target.c
gdb/target.h