diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1f7947f..060cac9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2004-09-29 Andrew Cagney <cagney@gnu.org> + * infptrace.c (ptrace_wait): Mention problem with HPUX. + (kill_inferior): Inline ptrace_wait call. + * linux-nat.c (kill_inferior): Inline ptrace_wait call. + * inftarg.c (child_wait): Inline ptrace_wait call. + +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. |