aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-10-11 13:58:18 +0000
committerPedro Alves <palves@redhat.com>2011-10-11 13:58:18 +0000
commitea23808b14438001e2c481a510ca5acb886ca2d4 (patch)
tree50a6a4715b8b6014ad638172249494a7b66b2fee /gdb/ChangeLog
parent904578edab299a982654a3ec01709097a6ed5661 (diff)
downloadgdb-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/ChangeLog5
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.