From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2159 invoked by alias); 22 Oct 2009 21:03:42 -0000 Received: (qmail 2068 invoked by uid 22791); 22 Oct 2009 21:03:41 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Oct 2009 21:03:37 +0000 Received: from wpaz13.hot.corp.google.com (wpaz13.hot.corp.google.com [172.24.198.77]) by smtp-out.google.com with ESMTP id n9ML3Y9g018043 for ; Thu, 22 Oct 2009 22:03:34 +0100 Received: from gxk9 (gxk9.prod.google.com [10.202.11.9]) by wpaz13.hot.corp.google.com with ESMTP id n9ML3V2l032470 for ; Thu, 22 Oct 2009 14:03:31 -0700 Received: by gxk9 with SMTP id 9so6710038gxk.18 for ; Thu, 22 Oct 2009 14:03:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.177.36 with SMTP id e36mr1432491anp.22.1256245411414; Thu, 22 Oct 2009 14:03:31 -0700 (PDT) In-Reply-To: <8ac60eac0910151741p5f9f8448na0124aa5832e0d34@mail.gmail.com> 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> Date: Thu, 22 Oct 2009 21:03:00 -0000 Message-ID: <8ac60eac0910221403s751a55anc38ce0a5108a429e@mail.gmail.com> Subject: Re: [patch] Allow gdbserver to dynamically lookup libthread_db.so.1 From: Paul Pluzhnikov To: Paul Pluzhnikov , Pedro Alves , gdb-patches@sourceware.org, Daniel Jacobowitz Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true 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/msg00548.txt.bz2 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? -- Paul Pluzhnikov