From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10546 invoked by alias); 16 Nov 2017 18:00:30 -0000 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 Received: (qmail 10498 invoked by uid 89); 16 Nov 2017 18:00:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy= X-HELO: mail.baldwin.cx Received: from bigwig.baldwin.cx (HELO mail.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Nov 2017 18:00:18 +0000 Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 50AAB10A87D; Thu, 16 Nov 2017 13:00:09 -0500 (EST) From: John Baldwin To: Pedro Alves Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [pushed] Fix gdb.base/starti.exp racy test (Re: [PATCH v3] Add a 'starti' command.) Date: Thu, 16 Nov 2017 18:00:00 -0000 Message-ID: <1843904.BBIb0LEcEJ@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: References: <20170911220803.73819-1-jhb@FreeBSD.org> <81036fde-a756-594f-d347-e895b5f47037@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00318.txt.bz2 On Thursday, November 16, 2017 12:38:13 PM Pedro Alves wrote: > On 11/16/2017 10:53 AM, Pedro Alves wrote: > > > Sounds like the sort of trouble you'd get if an earlier "(gdb)" > > prompt was left in expect's buffer, somehow. > > Yup, that was (part of) it. I've pushed in the patch below. Thanks for the fix and the explanation. -- John Baldwin