From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 3eKZA8VTm2OxigEAWB0awg (envelope-from ) for ; Thu, 15 Dec 2022 12:05:09 -0500 Received: by simark.ca (Postfix, from userid 112) id 018AF1E129; Thu, 15 Dec 2022 12:05:09 -0500 (EST) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=xe8c7JRt; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-9.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_HI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id AD3FE1E0D3 for ; Thu, 15 Dec 2022 12:05:08 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3607A384F73D for ; Thu, 15 Dec 2022 17:05:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3607A384F73D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671123908; bh=M4kN0cFsE0NicBseXP4IFmls2bSmT7MpyD4ii/c1hjg=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=xe8c7JRt24eCXkdBERqi1HfXMQLbz2ej/iM01RPoCasWZkGXDRAoePJT2B2LYEj2M QfPn+iIA/n2etcy7b5ctkBE17aOZBJppmhJY3A7RW0jc0a91SnOXfjVozPFv/gBGnc icoE+EVw8Rcyu6wNxCVxfjD2cUoA/e99F+QfK6wg= Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id DFE823858002 for ; Thu, 15 Dec 2022 17:04:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DFE823858002 Received: from [172.16.0.64] (192-222-180-24.qc.cable.ebox.net [192.222.180.24]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 1D95D1E0D3; Thu, 15 Dec 2022 12:04:48 -0500 (EST) Message-ID: <680fe4f2-5ac4-37cc-dd64-3c38f0df9d2e@simark.ca> Date: Thu, 15 Dec 2022 12:04:47 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: [PUSHED] gdb: make more use of make_target_connection_string Content-Language: fr To: Andrew Burgess , gdb-patches@sourceware.org References: <53cf95c3389a3ecd97276d322e4a60fe3396a201.1671108652.git.aburgess@redhat.com> <2d9e0814-b4a8-fba8-9422-a1c746a15ebf@simark.ca> <87o7s4zjyq.fsf@redhat.com> In-Reply-To: <87o7s4zjyq.fsf@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > Normally I'd just push the fixes for this as obvious. But as that's > what got me into this mess in the first place, I figure I should post > the fixes here first :) Hehe :). The patch LGTM, you can add my: Approved-By: Simon Marchi ... such that if the patch ends up incorrect, you can shift the blame on me. Simon