summaryrefslogtreecommitdiff
path: root/gdb/gdb_thread_db.h
Commit message (Collapse)AuthorAgeFilesLines
* 2003-02-26 Michael Chastain <mec@shout.net>Michael Chastain2003-02-261-0/+10
| | | | | | | Close PR build/660. * PROBLEMS (i[3456]86-*-linux*): Note explicit error message for old libc5/glibc. * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
* 2002-11-11 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-11-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | * findvar.c (read_var_value): Reenable TLS code. 2002-11-11 Elena Zannoni <ezannoni@redhat.com> Jim Blandy <jimb@redhat.com> * gdb_thread_db.h (enum): Add TD_NOTALLOC. * target.c (update_current_target): Add to_get_thread_local_address. * target.h (to_get_thread_local_address): Export. (target_get_thread_local_address): Define. (target_get_thread_local_address_p): Define. * thread-db.c: Include solib-svr4.h. (td_thr_tls_get_addr_p): Define. (thread_db_load): Get a pointer to td_thr_tls_get_addr. (thread_db_get_thread_local_address): New function. (init_thread_db_ops): Initialize to_get_thread_local_address. * configure.in: Add test for TD_NOTALLOC in thread_db.h. * configure: Regenerate. * config.in: Regenerate.
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+1
|
* * gdb_thread_db.h [HAVE_THREAD_DB_H]: Include <thread_db.h>.Mark Kettenis2000-09-031-41/+64
| | | | | [!HAVE_THREAD_DB_H]: Update from current glibc thread_db.h. Deal with absence of <stdint.h> here.
* Initial revisionJason Molenda1999-12-221-0/+427