OSDN Git Service

* linux-thread-db.c (thread_db_attach): Delete.
authordrow <drow>
Wed, 27 Jun 2007 11:51:59 +0000 (11:51 +0000)
committerdrow <drow>
Wed, 27 Jun 2007 11:51:59 +0000 (11:51 +0000)
commit946a63f58ba98da27f115698739de4480390278e
tree0b8e04560f987a24ec3014b69e5611ebd4f8d6e4
parent6fe8f0c7950af66191426965f964c8f333686418
* linux-thread-db.c (thread_db_attach): Delete.
(thread_db_detach): Typo fix.  Call target_mourn_inferior
instead of fixing up proc_handle.
(have_threads_callback, have_threads): New functions.
(thread_db_wait): Remove dead proc_handle.pid check.  Only
translate PTIDs if we have registered threads.  Check for new
threads if we have none.
(thread_db_create_inferior, thread_db_post_startup_inferior): Delete.
(find_new_threads_callback): Only enable event reporting if TID == 0.
(same_ptid_callback): New.
(thread_db_get_thread_local_address): Check for new threads.
(init_thread_db_ops): Don't set to_attach, to_create_inferior,
or to_post_startup_inferior.

* thread-db.c (thread_db_find_new_threads): Add prototype.
(thread_db_create_event): Check for the main thread before adding
a new thread.
(maybe_attach_thread): Only enable event reporting if TID == 0.
(thread_db_get_tls_address): Check for new threads.
gdb/ChangeLog
gdb/gdbserver/ChangeLog
gdb/gdbserver/thread-db.c
gdb/linux-thread-db.c