aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-29 15:33:02 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-29 15:33:02 +0000
commita182eed6e25da26d08047ce884748547da0c0b36 (patch)
treee967da8af7fd1e6806be2e2f635daa8f4a282e63 /gdb/ChangeLog
parentba0c540b35a315312f8e85cd01e00d060b771cc6 (diff)
downloadgdb-a182eed6e25da26d08047ce884748547da0c0b36.zip
gdb-a182eed6e25da26d08047ce884748547da0c0b36.tar.gz
gdb-a182eed6e25da26d08047ce884748547da0c0b36.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 231a97e..1f7947f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,21 @@
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.
+
* wince.c (child_ops): Delete.
* win32-nat.c (child_ops): Delete.