OSDN Git Service

* linux-nat.h (linux_proc_get_tgid): Declare.
authorpalves <palves>
Mon, 18 May 2009 17:11:24 +0000 (17:11 +0000)
committerpalves <palves>
Mon, 18 May 2009 17:11:24 +0000 (17:11 +0000)
commit9a31057bc8acc1f53d758915bb2cbe1a81380e3b
tree6325978b600f71bac3a7f536390f2ac09763a1cc
parent03aee8565ce4d83ec92f9022681004e95c3d5878
* linux-nat.h (linux_proc_get_tgid): Declare.
* linux-nat.c (linux_proc_get_tgid): New.
* linux-thread-db.c (struct thread_db_info): New field
`need_stale_parent_threads_check'.
(add_thread_db_info): Set it.
(find_new_threads_callback): Ignore stale fork parent threads.
(thread_db_resume): New.
(init_thread_db_ops): Install thread_db_resume.
gdb/ChangeLog
gdb/linux-nat.c
gdb/linux-nat.h
gdb/linux-thread-db.c