From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21067 invoked by alias); 1 May 2009 07:21:01 -0000 Received: (qmail 21047 invoked by uid 22791); 1 May 2009 07:20:59 -0000 X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 May 2009 07:20:51 +0000 Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KIY00G00DYME100@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Fri, 01 May 2009 10:20:48 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.230.216]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KIY00L2ZF2LS890@i-mtaout6.012.net.il>; Fri, 01 May 2009 10:20:47 +0300 (IDT) Date: Fri, 01 May 2009 07:21:00 -0000 From: Eli Zaretskii Subject: Re: [patch][rfc] Allow GDB to search for the right libthread_db.so.1 In-reply-to: <8ac60eac0904301618j61051e9du38b34afbc7ed64a3@mail.gmail.com> To: Paul Pluzhnikov Cc: brobecker@adacore.com, teawater@gmail.com, tromey@redhat.com, bauerman@br.ibm.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83eiv9e1bb.fsf@gnu.org> References: <8ac60eac0904201019g7ba8056bx5e84e6bfdf5935d8@mail.gmail.com> <20090422172517.GA17235@caradoc.them.org> <8ac60eac0904221810x24763ecaj4a888927b766e7f7@mail.gmail.com> <8ac60eac0904230001w1afd9179wcb76e1cfd7f3f386@mail.gmail.com> <8ac60eac0904291330m78b43c47p1cc9b8379e31e923@mail.gmail.com> <20090430185551.GB10734@adacore.com> <8ac60eac0904301211x245c8b7cp546042d832eb1fe@mail.gmail.com> <8ac60eac0904301618j61051e9du38b34afbc7ed64a3@mail.gmail.com> 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-05/txt/msg00004.txt.bz2 > Date: Thu, 30 Apr 2009 16:18:26 -0700 > From: Paul Pluzhnikov > Cc: Hui Zhu , tromey@redhat.com, Thiago Jung Bauermann , gdb-patches ml , Eli Zaretskii > > * NEWS: Mention set/show libthread-db-search-path. This part is okay. > doc/ChangeLog > > 2009-04-30 Paul Pluzhnikov > > * gdb.texinfo (Threads): Document libthread-db-search-path. This part is also okay. > + warning (_("Unable to find libthread_db matching inferior's thread" > + " library, thread debugging will not be available.")); Is thread debugging indeed completely impossible without libthread_db? If not, perhaps this warning (and the corresponding description in the manual) should be amended somehow. Thanks.