diff options
author | Pedro Alves <palves@redhat.com> | 2011-08-26 19:26:40 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-08-26 19:26:40 +0000 |
commit | a9f4bb212331d41206c8acdf58b7031b0ad4ac03 (patch) | |
tree | 381c46fdd8352237fac3d58fb0631d35b8c408a7 /gdb/ChangeLog | |
parent | e5798bef38435b582d9fc1c51efbf36b2b7fbe20 (diff) | |
download | gdb-a9f4bb212331d41206c8acdf58b7031b0ad4ac03.zip gdb-a9f4bb212331d41206c8acdf58b7031b0ad4ac03.tar.gz gdb-a9f4bb212331d41206c8acdf58b7031b0ad4ac03.tar.bz2 |
2011-08-26 Pedro Alves <pedro@codesourcery.com>
gdb/
* linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a
library call. Avoid reading the `status' local if all waitpid
calls failed.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 140b3c6..f64aca2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 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. + +2011-08-26 Pedro Alves <pedro@codesourcery.com> + * common/linux-osdata.c (get_cores_used_by_process): Don't assume opening /proc/PID/task always succeeds. |