From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4699 invoked by alias); 8 Sep 2003 03:05:53 -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 4668 invoked from network); 8 Sep 2003 03:05:52 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 8 Sep 2003 03:05:52 -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 h8835ks4020734; Sun, 7 Sep 2003 22:05:46 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h8835kHK027727; Sun, 7 Sep 2003 22:05:46 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h8835kle027726; Sun, 7 Sep 2003 23:05:46 -0400 Date: Mon, 08 Sep 2003 03:05:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200309080305.h8835kle027726@duracef.shout.net> To: drow@mvista.com Subject: Re: [rfa:threads] Report when using libthread_db Cc: ac131313@redhat.com, cgd@broadcom.com, ezannoni@redhat.com, gdb-patches@sources.redhat.com, kettenis@chello.nl, msnyder@redhat.com X-SW-Source: 2003-09/txt/msg00106.txt.bz2 The new message is printed on a separate line: (gdb) file object.o^M Reading symbols from object.o...done.^M Using host libthread_db library "/lib/libthread_db.so.1".^M (gdb) FAIL: gdb.stabs/weird.exp: Errors reading weirdx.o Or am I missing something? Michael C