From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43055 invoked by alias); 31 Dec 2019 20:06:09 -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 43039 invoked by uid 89); 31 Dec 2019 20:06:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-8.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HTo:U*palves X-HELO: gateway36.websitewelcome.com Received: from gateway36.websitewelcome.com (HELO gateway36.websitewelcome.com) (192.185.188.18) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 31 Dec 2019 20:06:07 +0000 Received: from cm14.websitewelcome.com (cm14.websitewelcome.com [100.42.49.7]) by gateway36.websitewelcome.com (Postfix) with ESMTP id 382D3400E11C8 for ; Tue, 31 Dec 2019 13:17:44 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id mNmHil1PT4kpjmNmHiGBRD; Tue, 31 Dec 2019 14:06:05 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=NUxjfYiNFeoFDxeD9kXkwgotjDiR1CR0e3fbA8sjgZs=; b=CazAYDNINs2bJ+bTGVcsma+iIJ MEdbUWzLp1hlxmY2s4trMU8kJTYqy2RBHC4GLnVCwJwoetUaqKe5udFpdrRXwTaksa4jqWvKVXZzn j+BWYpdEvw7kV8vD7HGI8CBSF; Received: from 75-166-123-50.hlrn.qwest.net ([75.166.123.50]:50196 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1imNmH-000rUO-Me; Tue, 31 Dec 2019 13:06:05 -0700 From: Tom Tromey To: Pedro Alves Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH v2 23/24] Require always-non-stop for multi-target resumptions In-Reply-To: <20fe7d0b-d6c3-5eb4-9b44-b9cd86f0e576@redhat.com> (Pedro Alves's message of "Mon, 30 Dec 2019 18:30:42 +0000") References: <20191017225026.30496-1-palves@redhat.com> <20191017225026.30496-24-palves@redhat.com> <877e4j4plh.fsf@tromey.com> <20fe7d0b-d6c3-5eb4-9b44-b9cd86f0e576@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.91 (gnu/linux) Date: Tue, 31 Dec 2019 20:06:00 -0000 Message-ID: <87y2us9s5v.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-12/txt/msg01092.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: Pedro> The main reason is the remote target -- in all-stop mode, the Pedro> remote protocol is synchronous, irrespective of target-async. [...] Thanks for the explanation. Pedro> How about this alternative comment? Looks good. Pedro> * target-connection.c (make_target_connection_string): Make Pedro> static. This removes "static" instead. thanks, Tom