src/rda/unix ChangeLog thread-db.c
jimb@sourceware.org
jimb@sourceware.org
Wed Oct 20 19:28:00 GMT 2004
CVSROOT: /cvs/src
Module name: src
Changes by: jimb@sourceware.org 2004-10-20 19:28:02
Modified files:
rda/unix : ChangeLog thread-db.c
Log message:
Use the libthread_db 'td_symbol_list' function to look up all the
symbols libthread_db will need when invited to by GDB.
* thread-db.c (add_symbol_to_list): Make 'name' argument const.
(td_symbol_list_p): New libthread_db function pointer.
(thread_db_dlopen): Initialize it.
(thread_db_attach): Use td_symbol_list to pre-load our symbol
cache with the names of all the symbols libthread_db will ever
request.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.8&r2=1.9
More information about the Src-cvs
mailing list