gdb/
authorDoug Evans <dje@google.com>
Sat, 19 Dec 2009 00:29:11 +0000 (00:29 +0000)
committerDoug Evans <dje@google.com>
Sat, 19 Dec 2009 00:29:11 +0000 (00:29 +0000)
commit00f515dab69c7c12fc558402a9a701e28a787523
tree36450b1561d8e091d95a75a7f2567f9478fe8d8e
parent42853c79aa14e4246cbfa94d41c96375b560cc84
gdb/
* gdb_proc_service.h (psaddr_t): Fix type.
* linux-thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
signature to match glibc.
(thread_db_get_thread_local_address): Use psaddr_t for type of
address to match parameter of td_thr_tls_get_addr_p.
Cast through psaddr_t instead of (void*) to match parameter of
td_thr_tls_get_addr_p.

gdbserver/
* gdb_proc_service.h (psaddr_t): Fix type.
* thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
signature to match glibc.
gdb/ChangeLog
gdb/gdb_proc_service.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/gdb_proc_service.h
gdb/gdbserver/thread-db.c
gdb/linux-thread-db.c
This page took 0.028682 seconds and 4 git commands to generate.