From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25911 invoked by alias); 20 Oct 2004 19:28:03 -0000 Mailing-List: contact src-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sources.redhat.com Received: (qmail 25880 invoked by uid 442); 20 Oct 2004 19:28:02 -0000 Date: Wed, 20 Oct 2004 19:28:00 -0000 Message-ID: <20041020192802.25879.qmail@sourceware.org> From: jimb@sourceware.org To: src-cvs@sources.redhat.com Subject: src/rda/unix ChangeLog thread-db.c X-SW-Source: 2004-q4/txt/msg00018.txt.bz2 List-Id: 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