From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24033 invoked by alias); 29 Nov 2006 15:33:24 -0000 Received: (qmail 24020 invoked by uid 22791); 29 Nov 2006 15:33:22 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 29 Nov 2006 15:33:13 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1GpRQt-0000Nx-Kn; Wed, 29 Nov 2006 10:33:11 -0500 Date: Wed, 29 Nov 2006 15:33:00 -0000 From: Daniel Jacobowitz To: Nathan Sidwell Cc: gdb-patches@sourceware.org Subject: Re: adjust linux-dp test Message-ID: <20061129153311.GC1348@nevyn.them.org> Mail-Followup-To: Nathan Sidwell , gdb-patches@sourceware.org References: <456DA000.6030908@codesourcery.com> <20061129150752.GW30862@caradoc.them.org> <456DA3EA.5020001@codesourcery.com> <20061129152437.GA847@nevyn.them.org> <456DA7A4.9000709@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <456DA7A4.9000709@codesourcery.com> User-Agent: Mutt/1.5.13 (2006-08-11) 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: 2006-11/txt/msg00397.txt.bz2 On Wed, Nov 29, 2006 at 03:30:44PM +0000, Nathan Sidwell wrote: > Daniel Jacobowitz wrote: > > >I think you need to allow newlines in this output anyway; it might wrap > >printing many parameters of a function. So may as well just relax the > >error for now. > > it'd be easy enough to skip unrecognized lines though. but why would it > wrap? there's a 'set width 0' to stop gdb wrapping things. Oh, guess so. I don't really want to add a patch that recognizes that error message here; the error message is wrong, we really shouldn't be printing it. -- Daniel Jacobowitz CodeSourcery