From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6261 invoked by alias); 20 Oct 2004 15:39:23 -0000 Mailing-List: contact rda-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rda-owner@sources.redhat.com Received: (qmail 6244 invoked from network); 20 Oct 2004 15:39:22 -0000 Date: Wed, 20 Oct 2004 15:39:00 -0000 From: Kevin Buettner To: Jim Blandy Cc: rda@sources.redhat.com Subject: Re: RFA: Use td_symbol_list to request symbols if present Message-Id: <20041020083911.30bb58de@saguaro> In-Reply-To: References: Organization: Red Hat X-Mailer: Sylpheed version 0.9.8claws30 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q4/txt/msg00022.txt.bz2 On 19 Oct 2004 17:25:56 -0500 Jim Blandy wrote: > The presence of the td_symbol_list function in recent LinuxThreads and > NPTL libthread_db libraries means that RDA can reliably use the > current GDB remote protocol, unchanged, to satisfy all libthread_db > symbol lookups. > > 2004-10-19 Jim Blandy > > 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. Okay. Kevin