From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 898 invoked by alias); 19 Oct 2006 00:07:32 -0000 Received: (qmail 737 invoked by uid 22791); 19 Oct 2006 00:07:31 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 19 Oct 2006 00:07:28 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k9J07QjY026043 for ; Wed, 18 Oct 2006 20:07:26 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id k9J07Put029480 for ; Wed, 18 Oct 2006 20:07:25 -0400 Received: from ironwood.lan (vpn-15-10.rdu.redhat.com [10.11.15.10]) by pobox.corp.redhat.com (8.13.1/8.12.8) with ESMTP id k9J07PbX027572 for ; Wed, 18 Oct 2006 20:07:25 -0400 Date: Thu, 19 Oct 2006 00:07:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [RFA] load lipthread symbols even when auto-solib-add is off Message-ID: <20061018170723.1e902e18@ironwood.lan> In-Reply-To: <20061017231911.GR1903@adacore.com> References: <20061017231911.GR1903@adacore.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.6.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00237.txt.bz2 On Tue, 17 Oct 2006 19:19:11 -0400 Joel Brobecker wrote: > 2006-10-17 Joel Brobecker > > * solib.c (libpthread_solib_p): New function. > (solib_add): Always read the symbols from the libpthread library. Okay. Kevin