From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26185 invoked by alias); 22 Nov 2006 15:56:58 -0000 Received: (qmail 26177 invoked by uid 22791); 22 Nov 2006 15:56:57 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-vbr6.xs4all.nl (HELO smtp-vbr6.xs4all.nl) (194.109.24.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 22 Nov 2006 15:56:51 +0000 Received: from webmail.xs4all.nl (dovemail5.xs4all.nl [194.109.26.7]) by smtp-vbr6.xs4all.nl (8.13.8/8.13.8) with ESMTP id kAMFumeP067832 for ; Wed, 22 Nov 2006 16:56:48 +0100 (CET) (envelope-from mark.kettenis@xs4all.nl) Received: from 82.92.89.47 (SquirrelMail authenticated user sibelius) by webmail.xs4all.nl with HTTP; Wed, 22 Nov 2006 16:56:48 +0100 (CET) Message-ID: <18472.82.92.89.47.1164211008.squirrel@webmail.xs4all.nl> In-Reply-To: <20061122152545.GA3679@nevyn.them.org> References: <20061122152545.GA3679@nevyn.them.org> Date: Wed, 22 Nov 2006 15:56:00 -0000 Subject: Re: [ob] Fix gdb.stabs/weird.exp From: "Mark Kettenis" To: gdb-patches@sourceware.org User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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/msg00254.txt.bz2 > send_gdb needs \n at the end; gdb_test_multiple, like gdb_test, doesn't. > The extra GDB prompt can cause random test failures. Thanks Daniel, I've been staring at that problem for quite some time two weeks ago but didn't spot it. Mark