diff options
author | Pedro Alves <palves@redhat.com> | 2008-03-25 12:26:21 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-03-25 12:26:21 +0000 |
commit | 403fe1979f7a9e128d3904731e709fadbf60ea81 (patch) | |
tree | 527a2add5ace4f83bc53ef19773a830bf1983af1 /gdb/ChangeLog | |
parent | 710151dda51c86ee63e65409f87ad3b0ccc54936 (diff) | |
download | gdb-403fe1979f7a9e128d3904731e709fadbf60ea81.zip gdb-403fe1979f7a9e128d3904731e709fadbf60ea81.tar.gz gdb-403fe1979f7a9e128d3904731e709fadbf60ea81.tar.bz2 |
* linux-nat.c (linux_nat_attach): Add the pid we attached to, to
gdb's thread list.
(linux_nat_wait): Add main lwp to gdb's thread list.
* linux-thread-db.c (find_new_threads_callback): Also attach to
already listed threads which thread_db didn't know about yet.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 04792df..fc80108 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2008-03-25 Pedro Alves <pedro@codesourcery.com> + * linux-nat.c (linux_nat_attach): Add the pid we attached to, to + gdb's thread list. + (linux_nat_wait): Add main lwp to gdb's thread list. + * linux-thread-db.c (find_new_threads_callback): Also attach to + already listed threads which thread_db didn't know about yet. + +2008-03-25 Pedro Alves <pedro@codesourcery.com> + * linux-nat.c (drain_queued_events): Fix comment typo. (linux_nat_attach): In async mode, don't rely on storing a pending status. Instead place the wait status on the pipe. |