From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86249 invoked by alias); 23 Oct 2018 21:04:42 -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 86228 invoked by uid 89); 23 Oct 2018 21:04:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=life, HContent-Transfer-Encoding:8bit X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 23 Oct 2018 21:04:39 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id w9NL4UWT015470 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 23 Oct 2018 17:04:35 -0400 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 7C2221E4C2; Tue, 23 Oct 2018 17:04:30 -0400 (EDT) Subject: Re: [PATCH][gdb/testsuite] Rewrite catch-follow-exec.exp To: Tom de Vries , Gary Benson Cc: gdb-patches@sourceware.org, Pedro Alves References: <20181005101122.GA23867@delia> <20181009135155.GB12668@blade.nx> <8f8ffb94-5a0c-8b2b-d541-eaacd7d1f42c@suse.de> <20181010092735.GA29557@blade.nx> <20181010134423.GA23926@blade.nx> <20181011074744.GA7677@delia> <20181011083318.GA13751@blade.nx> <06b38d2e3f0a9394280553e70b9dfaf8@polymtl.ca> <480ea2be-eac0-8d19-cfe7-93c56b33a7ac@suse.de> From: Simon Marchi Message-ID: Date: Tue, 23 Oct 2018 21:04:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <480ea2be-eac0-8d19-cfe7-93c56b33a7ac@suse.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00524.txt.bz2 On 2018-10-15 3:54 p.m., Tom de Vries wrote: >> Just wondering.  Would it make life easier if we fixed PR 23368, which >> is the reason we have to do the test in an unnatural way? > > Yes. Hi Tom, PR 23368 should be fixed now. Do you plan on updating catch-follow-exec.exp to be written in a more standard way? Simon