From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8046 invoked by alias); 29 Oct 2009 17:27:02 -0000 Received: (qmail 8033 invoked by uid 22791); 29 Oct 2009 17:27:02 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Oct 2009 17:26:56 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id B08E510ED1; Thu, 29 Oct 2009 17:26:54 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 8406E10B92; Thu, 29 Oct 2009 17:26:54 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1N3Ylx-0004VK-Em; Thu, 29 Oct 2009 13:26:53 -0400 Date: Thu, 29 Oct 2009 17:27:00 -0000 From: Daniel Jacobowitz To: Paul Pluzhnikov Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [patch] Allow gdbserver to dynamically lookup libthread_db.so.1 Message-ID: <20091029172653.GA17276@caradoc.them.org> Mail-Followup-To: Paul Pluzhnikov , Pedro Alves , gdb-patches@sourceware.org References: <20090902163344.833F476568@localhost> <200910070044.24367.pedro@codesourcery.com> <8ac60eac0910061726n18f8fa9cnea4ddd25d55fe315@mail.gmail.com> <200910081906.38504.pedro@codesourcery.com> <20091008190516.GA23318@caradoc.them.org> <8ac60eac0910081220h47064bq1977dad0f8194075@mail.gmail.com> <20091008194214.GA27413@caradoc.them.org> <8ac60eac0910151741p5f9f8448na0124aa5832e0d34@mail.gmail.com> <8ac60eac0910221403s751a55anc38ce0a5108a429e@mail.gmail.com> <8ac60eac0910290950g57dd49dax95cc604972b329fe@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8ac60eac0910290950g57dd49dax95cc604972b329fe@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00688.txt.bz2 On Thu, Oct 29, 2009 at 09:50:29AM -0700, Paul Pluzhnikov wrote: > On Thu, Oct 22, 2009 at 2:03 PM, Paul Pluzhnikov wrote: > > On Thu, Oct 15, 2009 at 5:41 PM, Paul Pluzhnikov wrote: > > > >> If gdbserver is configured with > >>  --with-libthread-db=/path/to/libthread.db.{a,so} > >> then we link with the given library instead of libdl, and directly import > >> all the symbols from it. > > > > http://sourceware.org/ml/gdb-patches/2009-10/msg00356.html > > > > Ping? > > Ping? Ping? Thanks! This looks fine. -- Daniel Jacobowitz CodeSourcery