aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_thread_db.h
AgeCommit message (Collapse)AuthorFilesLines
2003-02-262003-02-26 Michael Chastain <mec@shout.net>Michael Chastain1-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-122002-11-11 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-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.
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
2000-09-03* gdb_thread_db.h [HAVE_THREAD_DB_H]: Include <thread_db.h>.Mark Kettenis1-41/+64
[!HAVE_THREAD_DB_H]: Update from current glibc thread_db.h. Deal with absence of <stdint.h> here.
1999-12-22import gdb-1999-12-21 snapshotJason Molenda1-0/+427