aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-10-09 01:57:12 +0000
committerPedro Alves <palves@redhat.com>2009-10-09 01:57:12 +0000
commit287369626f415a12f53989914dc0499b6c96d1aa (patch)
treefa8288f856b36c63ad94c80b6fc86ba848c2a428 /gdb/ChangeLog
parent651c8d2d6c30c4d2178988e5c48fdad2116982ed (diff)
downloadgdb-287369626f415a12f53989914dc0499b6c96d1aa.zip
gdb-287369626f415a12f53989914dc0499b6c96d1aa.tar.gz
gdb-287369626f415a12f53989914dc0499b6c96d1aa.tar.bz2
* linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and
we found no event while waiting for a specific LWP. * infrun.c (handle_inferior_event): Handle TARGET_WAITKIND_IGNORE before anything else.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 77987ca..c18ed80 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2009-10-09 Pedro Alves <pedro@codesourcery.com>
+ * linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and
+ we found no event while waiting for a specific LWP.
+ * infrun.c (handle_inferior_event): Handle TARGET_WAITKIND_IGNORE
+ before anything else.
+
+2009-10-09 Pedro Alves <pedro@codesourcery.com>
+
* procfs.c (procfs_make_note_section): Always output a NT_PSTATUS
note when NEW_PROC_API is defined.