OSDN Git Service

* linux-thread-db.c (td_thr_getfpregs_p, td_thr_getgregs_p)
authordrow <drow>
Tue, 18 Jul 2006 22:53:20 +0000 (22:53 +0000)
committerdrow <drow>
Tue, 18 Jul 2006 22:53:20 +0000 (22:53 +0000)
commit8097268654ed31cd6ac3e74bcc7f37795bfc9103
tree44ea3fe88417e0d1d0ec4cdb1880aa60b6abf497
parent11b8a6d93422e1f8fef70d37e70285cf478d4351
* 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