aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-09-08 21:26:36 +0000
committerPedro Alves <palves@redhat.com>2008-09-08 21:26:36 +0000
commitfb5e7258b364c6dc452e5126dfcf1b010a4cf8f7 (patch)
tree64d5d779dff71e85a6f884bdb7723663891ee623 /gdb/ChangeLog
parentaf99052775b274a23fd8004bf816f9b299b96b23 (diff)
downloadgdb-fb5e7258b364c6dc452e5126dfcf1b010a4cf8f7.zip
gdb-fb5e7258b364c6dc452e5126dfcf1b010a4cf8f7.tar.gz
gdb-fb5e7258b364c6dc452e5126dfcf1b010a4cf8f7.tar.bz2
* bsd-uthread.c (bsd_uthread_wait): Decorate the main thread with
thread_change_ptid. Check for exited threads. (bsd_uthread_find_new_threads): Check for exited threads.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 22bd2b2..f5f8452 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2008-09-08 Pedro Alves <pedro@codesourcery.com>
+ * bsd-uthread.c (bsd_uthread_wait): Decorate the main thread with
+ thread_change_ptid. Check for exited threads.
+ (bsd_uthread_find_new_threads): Check for exited threads.
+
+2008-09-08 Pedro Alves <pedro@codesourcery.com>
+
* inf-ptrace.c: Include "gdbthread.h".
(inf_ptrace_attach): Add the main thread here.
* linux-nat.c (linux_nat_attach): Don't add the main thread here.