diff options
author | Pedro Alves <palves@redhat.com> | 2011-08-26 19:55:00 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-08-26 19:55:00 +0000 |
commit | 3ced3da4a5e534cf6d35912dcd03766ac67da5ed (patch) | |
tree | f05efc41f0b45711d28bd02ce50cf04527e3ec6f /gdb/ChangeLog | |
parent | a9f4bb212331d41206c8acdf58b7031b0ad4ac03 (diff) | |
download | gdb-3ced3da4a5e534cf6d35912dcd03766ac67da5ed.zip gdb-3ced3da4a5e534cf6d35912dcd03766ac67da5ed.tar.gz gdb-3ced3da4a5e534cf6d35912dcd03766ac67da5ed.tar.bz2 |
2011-08-26 Pedro Alves <pedro@codesourcery.com>
* linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on
either the parent or the child forks. Rename a couple locals.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f64aca2..e4dfe8a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2011-08-26 Pedro Alves <pedro@codesourcery.com> + * linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on + either the parent or the child forks. Rename a couple locals. + +2011-08-26 Pedro Alves <pedro@codesourcery.com> + * linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a library call. Avoid reading the `status' local if all waitpid calls failed. |