From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26598 invoked by alias); 18 May 2006 00:04:42 -0000 Received: (qmail 26590 invoked by uid 22791); 18 May 2006 00:04:41 -0000 X-Spam-Check-By: sourceware.org Received: from w099.z064220152.sjc-ca.dsl.cnc.net (HELO duck.specifix.com) (64.220.152.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 18 May 2006 00:04:38 +0000 Received: from [::1] (duck.specifix.com [64.220.152.99]) by duck.specifix.com (Postfix) with ESMTP id 8911241EB; Wed, 17 May 2006 17:04:36 -0700 (PDT) From: Fred Fish Reply-To: fnf@specifix.com To: Daniel Jacobowitz Subject: Re: [RFA] Handle output after 'Program exited normally' consistently (detect spurious output) Date: Thu, 18 May 2006 00:07:00 -0000 User-Agent: KMail/1.9.1 Cc: gdb-patches@sourceware.org References: <200605110709.11444.fnf@specifix.com> <200605111039.54405.fnf@specifix.com> <20060515155527.GC28924@nevyn.them.org> In-Reply-To: <20060515155527.GC28924@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605172005.03545.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/msg00394.txt.bz2 On Monday 15 May 2006 11:55, Daniel Jacobowitz wrote: > I think this is OK. Does this show up the bug that you were working > around elsewhere? Yes, the intention is to check for spurious output in one place, while allowing it in places where we are testing for other things. -Fred