From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28053 invoked by alias); 12 May 2006 20:26:54 -0000 Received: (qmail 27295 invoked by uid 22791); 12 May 2006 20:26:53 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 12 May 2006 20:26:51 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k4CKQlZc013429; Fri, 12 May 2006 22:26:47 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k4CKQlkk014072; Fri, 12 May 2006 22:26:47 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k4CKQk7G029759; Fri, 12 May 2006 22:26:46 +0200 (CEST) Date: Fri, 12 May 2006 20:33:00 -0000 Message-Id: <200605122026.k4CKQk7G029759@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: fnf@specifix.com CC: gdb-patches@sourceware.org, fnf@specifix.com In-reply-to: <200605110709.11444.fnf@specifix.com> (message from Fred Fish on Thu, 11 May 2006 07:09:11 -0400) Subject: Re: [RFA] Handle output after 'Program exited normally' consistently References: <200605110709.11444.fnf@specifix.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00262.txt.bz2 > From: Fred Fish > Date: Thu, 11 May 2006 07:09:11 -0400 > > Current the bang.exp test is failing when run in the mips-elf simulator > because of some output between the message and the prompt: > > Program exited normally. > Current language: auto; currently asm > (gdb) Isn't this a bug of some sort?