diff options
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c538581..8b43992 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,8 +2,8 @@ * linux-nat.h (enum resume_kind): New. (struct lwp_info) <last_resume_kind>: New field. - (linux_child_follow_fork): Set last_resume_kind to resume_stop on - the new lwp. + * linux-nat.c (linux_child_follow_fork): Set last_resume_kind to + resume_stop on the new lwp. (add_lwp): Set last_resume_kind as resume_continue by default. (lin_lwp_attach_lwp): Set last_resume_kind as resume_stop. (resume_lwp): New, factored out from resume_callback. Also check |