diff options
author | Pedro Alves <palves@redhat.com> | 2011-10-11 13:58:18 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-10-11 13:58:18 +0000 |
commit | ea23808b14438001e2c481a510ca5acb886ca2d4 (patch) | |
tree | 50a6a4715b8b6014ad638172249494a7b66b2fee /gdb/ChangeLog | |
parent | 904578edab299a982654a3ec01709097a6ed5661 (diff) | |
download | gdb-ea23808b14438001e2c481a510ca5acb886ca2d4.zip gdb-ea23808b14438001e2c481a510ca5acb886ca2d4.tar.gz gdb-ea23808b14438001e2c481a510ca5acb886ca2d4.tar.bz2 |
2011-10-11 Pedro Alves <pedro@codesourcery.com>
gdb/
* linux-nat.c (linux_lwp_is_zombie): Return early if the LWP is
not zombie instead of reading the whole file.
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 fc4e9dd..3aedc62 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-10-11 Pedro Alves <pedro@codesourcery.com> + + * linux-nat.c (linux_lwp_is_zombie): Return early if the LWP is + not zombie instead of reading the whole file. + 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com> Fix separate debuginfo warning with "remote:" access. |