OSDN Git Service

Use the libthread_db 'td_symbol_list' function to look up all the
authorjimb <jimb>
Wed, 20 Oct 2004 19:28:02 +0000 (19:28 +0000)
committerjimb <jimb>
Wed, 20 Oct 2004 19:28:02 +0000 (19:28 +0000)
commitb72d774b73ae370d1905fc965771b89a2dbe899b
tree2790a62c02747d2caa0b75e171a25fc6324e1e56
parente49e442a92ef3c2be4ea52738576e7287104bf61
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.
rda/unix/ChangeLog
rda/unix/thread-db.c