From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74921 invoked by alias); 18 Feb 2020 10:38:16 -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 74912 invoked by uid 89); 18 Feb 2020 10:38:16 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-qt1-f194.google.com Received: from mail-qt1-f194.google.com (HELO mail-qt1-f194.google.com) (209.85.160.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Feb 2020 10:38:14 +0000 Received: by mail-qt1-f194.google.com with SMTP id l16so9461497qtq.1 for ; Tue, 18 Feb 2020 02:38:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=np8tfZVBIqbRx/hE5NUNgBs6yHSTpcilMrEwVtsistg=; b=tSbajoUkGsppQ0izUziN3v4PQGsLyWnUPSfHdiNE852St5yd6lzT/zIF6EhIP1ZkH8 sb9sC7PTrIwVPZMxkfsxZE5moqt3j9oKKDHeEyLqwO0gZ/vwml+oQpxyO4lfXZpakXxS Dq87mZo29MCJUXkjjhpM/pc565yt3C9V2NQnLQ7jFpuHNgk7vfvNn6EphVmaMwcv7Fbo l16uHKP84cJQCQtc3QcJzojeATnAjLS0/hfKTQxn/iJY2Nm0rk6DtrlmR5E+/95csnoL Ebk6Pw0OwIuwoiyYBmQXDZkM4Y4axNzZZ+gZiqut0pONEsJX6drZeKsAef2V/65QeIgs H+WQ== Return-Path: Received: from [192.168.0.185] ([179.177.236.155]) by smtp.gmail.com with ESMTPSA id c14sm1616874qkj.80.2020.02.18.02.38.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 18 Feb 2020 02:38:10 -0800 (PST) Subject: Re: [PATCH v2 0/4] GDB fixes for the remote end having gone astray To: "Maciej W. Rozycki" , gdb-patches@sourceware.org Cc: Simon Marchi , Pedro Alves References: From: Luis Machado Message-ID: Date: Tue, 18 Feb 2020 10:38:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00703.txt.bz2 On 2/17/20 11:07 AM, Maciej W. Rozycki wrote: > On Wed, 6 Nov 2019, Maciej W. Rozycki wrote: > >> As issues from software stepping having gone astray seem to have started >> piling up, and with your suggested modifications there is now a dependency >> between the changes, I have decided to make this patch submission a small >> series with 1/4 and 3/4 corresponding to original individual submissions >> and 2/4 and 4/4 being entrely new fixes. > > Ping, where are we with this series: > > > > > > > ? Simon was kind enough (thank you!) to partially review 1-3/4, but I > need a final word on these, and also input on 4/4. > > NB this is my final ping as I need to head to do something else and limit > distractions. Patches have been posted, feel free to apply anytime. > > Maciej > I gave this a look and, unfortunately, i don't think i know enough of the async* functions purpose to make sure things are correct for all the combinations of all-stop/non-stop and async. I'll give this another look to see if anything comes out next time.