From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15255 invoked by alias); 22 Aug 2003 19:40:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15241 invoked from network); 22 Aug 2003 19:40:37 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 22 Aug 2003 19:40:37 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h7MJe3Wn032309; Fri, 22 Aug 2003 14:40:03 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h7MJe3HK016217; Fri, 22 Aug 2003 14:40:03 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h7MJe05i016185; Fri, 22 Aug 2003 15:40:00 -0400 Date: Fri, 22 Aug 2003 19:40:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200308221940.h7MJe05i016185@duracef.shout.net> To: ac131313@redhat.com, kettenis@chello.nl, msnyder@redhat.com Subject: Re: [rfa:threads] Report when using libthread_db Cc: cgd@broadcom.com, ezannoni@redhat.com, gdb-patches@sources.redhat.com X-SW-Source: 2003-08/txt/msg00401.txt.bz2 Crap. I'm having test bed troubles here. My test bed says that there are regressions in gdb.base/relocate.exp, but it turns out that I have extra crap in my versions of gdb, so my before/after property is dirty. Then I re-ran it and borked up the commands. I gotta forget about other stuff and focus on getting a clean test of this patch. Michael C 2003-08-05 Andrew Cagney * thread-db.c (verbose_dlsym): New function. (thread_db_load): Use verbose_dlsym (thread_db_new_objfile): Print that libthread_db was loaded, and that thread debugging was enabled.