* linux-thread-db.c (td_thr_getfpregs_p, td_thr_getgregs_p)
authorDaniel Jacobowitz <drow@false.org>
Tue, 18 Jul 2006 22:53:20 +0000 (22:53 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 18 Jul 2006 22:53:20 +0000 (22:53 +0000)
commit28b1733311240d4ef1b0776b5030acb499c3321c
treef994067762cf211df57b089fe40a2c8c1c0a5065
parente3ac4a1e11ab967067fda23a41cc77c5b3dc3382
* linux-thread-db.c (td_thr_getfpregs_p, td_thr_getgregs_p)
(td_thr_setfpregs_p, td_thr_setgregs_p, thread_db_get_info)
(thread_db_fetch_registers, thread_db_store_registers)
(thread_db_thread_alive, thread_db_state_str): Delete.
(thread_db_load): Don't look up regset functions.
(thread_db_pid_to_str): Simplify.
(thread_db_extra_thread_info): New.
(init_thread_db_ops): Do not set to_fetch_registers,
to_store_registers, or to_thread_alive.  Set to_extra_thread_info.
* Makefile.in: Remove linux-thread-db.o rule.
gdb/ChangeLog
gdb/Makefile.in
gdb/linux-thread-db.c