aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-08-26 19:55:00 +0000
committerPedro Alves <palves@redhat.com>2011-08-26 19:55:00 +0000
commit3ced3da4a5e534cf6d35912dcd03766ac67da5ed (patch)
treef05efc41f0b45711d28bd02ce50cf04527e3ec6f /gdb/ChangeLog
parenta9f4bb212331d41206c8acdf58b7031b0ad4ac03 (diff)
downloadgdb-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/ChangeLog5
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.