From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16157 invoked by alias); 8 Sep 2003 13:21:14 -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 16148 invoked from network); 8 Sep 2003 13:21:13 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 8 Sep 2003 13:21:13 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E4A942B7F; Mon, 8 Sep 2003 09:21:10 -0400 (EDT) Message-ID: <3F5C8246.50203@redhat.com> Date: Mon, 08 Sep 2003 13:21:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: drow@mvista.com, cgd@broadcom.com, ezannoni@redhat.com, gdb-patches@sources.redhat.com, kettenis@chello.nl, msnyder@redhat.com Subject: Re: [rfa:threads] Report when using libthread_db References: <200309080305.h8835kle027726@duracef.shout.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00110.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? It depends. Try 'gdb object.o'. If it gets mixed in with outer library loading info then it can end up on the same line as something else. Andrew