From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10766 invoked by alias); 25 Jun 2002 17:44:22 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 10748 invoked from network); 25 Jun 2002 17:44:21 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.2) by sources.redhat.com with SMTP; 25 Jun 2002 17:44:21 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DBD543DD5; Tue, 25 Jun 2002 12:18:34 -0400 (EDT) Message-ID: <3D1897DA.90405@cygnus.com> Date: Tue, 25 Jun 2002 10:44:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: James Cownie , gdb@sources.redhat.com Subject: Re: GDB support for thread-local storage References: <20020625154201.GB17370@branoic.them.org> <17MsdN-0Qe-00@etnus.com> <20020625155555.GA18083@branoic.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00257.txt.bz2 > Adding a suitable version symbol can only help, it can't break >> anything. If it's there the debugger can use it. If not you can keep >> doing what you already do, and it seems you really need it even for >> the normal native cases. > > > You'll never get them to document interface changes in pthreads' > internal data structures. You're welcome to try if you like pain more > than I do. The only layer the glibc folks support for accessing this > data is thread_db. Does the current thread-db code at least sanity check version match internally? Andrew