From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31518 invoked by alias); 23 Aug 2003 01:49:01 -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 31487 invoked from network); 23 Aug 2003 01:48:59 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 23 Aug 2003 01:48:59 -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 h7N1mrWn027852; Fri, 22 Aug 2003 20:48:54 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h7N1mrHK020525; Fri, 22 Aug 2003 20:48:53 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h7N1mrAB020524; Fri, 22 Aug 2003 21:48:53 -0400 Date: Sat, 23 Aug 2003 01:49:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200308230148.h7N1mrAB020524@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/msg00410.txt.bz2 Tested on native i686-pc-linux-gnu, red hat linux 8, gcc v2 and v3, dwarf-2 and stabs+. The extra messages cause regressions in three tests: gdb.base/relocate.exp: add-symbol-file relocate.o $offset gdb.base/relocate.exp: add-symbol-file relocate.o 0 gdb.stabs/weird.exp: Errors reading weirdx.o The relocate.exp FAILs happened in every configuration, and the weird.exp FAILs happened with -gstabs+. Looking at gdb.log there doesn't appear to be an actual semantic problem. Still I would be nervous about sliding this into the release. How about HEAD only, and then fix up the affected tests? 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.