From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id CjtJII3qAGKBKQAAWB0awg (envelope-from ) for ; Mon, 07 Feb 2022 04:46:53 -0500 Received: by simark.ca (Postfix, from userid 112) id 6F28F1F3C7; Mon, 7 Feb 2022 04:46:53 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 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 E5F521F0BB for ; Mon, 7 Feb 2022 04:46:52 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3F70F3858423 for ; Mon, 7 Feb 2022 09:46:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F70F3858423 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1644227212; bh=5Pz9BwKBYv6jdAG1PRsvB6KC3IVBpCm6TBBG4TzGBRA=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=bPLyeImH+CBdNjH7WFQI+VwRxMagRh6m480pWbRq/52IGslcDCVomVjVVhQCvJAF6 ElQ6XC9yk3FqzrumpPYCpnI2cAd+DXAckhKOr8+Pu3LnzSCwY3cT6+u/Fv3r04Mkan AH3Ka1NKCQR9i8SUEoX5oNcRv/bvdPIH9t+96bic= Received: from lndn.lancelotsix.com (lndn.lancelotsix.com [51.195.220.111]) by sourceware.org (Postfix) with ESMTPS id A326C3858C83 for ; Mon, 7 Feb 2022 09:46:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A326C3858C83 Received: from Plymouth (unknown [IPv6:2a02:390:9086:0:e4a3:1ab3:f685:ae16]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id 5D20C85121; Mon, 7 Feb 2022 09:46:30 +0000 (UTC) Date: Mon, 7 Feb 2022 09:46:23 +0000 To: Jan Vrany Subject: Re: [PATCH 3/5] gdb/python: allow redefinition of python GDB/MI commands Message-ID: <20220207094612.hx2luda4q4kdb5ok@Plymouth> References: <20220117124425.2658516-1-jan.vrany@labware.com> <20220117124425.2658516-4-jan.vrany@labware.com> <20220206171355.ldrvzh5pq46hpnom@Plymouth> <2d84de61-dd35-1f84-13fe-a3917b9cafeb@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Mon, 07 Feb 2022 09:46:30 +0000 (UTC) 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: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On Sun, Feb 06, 2022 at 08:44:16PM +0000, Jan Vrany wrote: > Hi, > > thanks! I'd just like to mention that my understanding is that > in the end we'd go with Andrew's rework of this patch series, > see the thread: Hi, My bad, sorry. I did saw that but did not fully linked the dots when I went back to my [growing] backlog on the mailing list. Thanks, Lancelot.