From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by sourceware.org (Postfix) with ESMTPS id 6FD293858D1E for ; Sun, 13 Feb 2022 14:27:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6FD293858D1E Received: by mail-wr1-x433.google.com with SMTP id i14so22891154wrc.10 for ; Sun, 13 Feb 2022 06:27:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=wonF1/VgLXrHRNnjpdlNm3tBX8j/hDMCMvokf6oyf8c=; b=OsBXx9Gye960pMOr6lePylz4cH5zluCl/YScUIhCaOGMLmKxXxUg7aVDc6CxgR36Ne 3e1AMZt7+qW0ux2QFfhYK55YGMYdUGvbD1G0MupEEBEuQlfd1poowUguqnnnLPCt+5Ii Bx+WPQmBrFYS04LaJpothM/NHkXFs3vyB6uBEdRvGn5LuEBm3Z1vaEhdhhoiKTN6CETG I7+2GVd56xgwrnwEsDujHw+YBc7te0iUmk0BYnDV0TDbb50XbDbJpiIyZuFx4+lQhN+Q +xRQsM4N1ZsJbJLJRoUf4VmiFee8zt97+veNoPk4EJTI18HM5GUaiQTWUC6WFojfjceS paoQ== X-Gm-Message-State: AOAM533h4fFA4uS8rrfgSzBgQDpkQjRWCSL5N+ysfEOd8S3QtfNTiHJ8 ky2jX7sTIcBSzPAIHYm5ers8 X-Google-Smtp-Source: ABdhPJxU+wTpdHCnexxAArSNb/285R306PNiAEEf78f1rL6cva5D3AloktcarZ5AuTEqiYytpGBCBA== X-Received: by 2002:adf:f548:: with SMTP id j8mr7975364wrp.41.1644762442542; Sun, 13 Feb 2022 06:27:22 -0800 (PST) Received: from takamaka.home ([2a01:cb22:1d5:1100:1422:9d0f:4307:5a6b]) by smtp.gmail.com with ESMTPSA id n11sm9478542wms.13.2022.02.13.06.27.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 13 Feb 2022 06:27:21 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 72189A4A5E; Sun, 13 Feb 2022 18:27:19 +0400 (+04) Date: Sun, 13 Feb 2022 18:27:19 +0400 From: Joel Brobecker To: Andrew Burgess via Gdb-patches Cc: Simon Marchi , Jan Vrany , Joel Brobecker Subject: Re: [PATCHv3] gdb/python/mi: create MI commands using python Message-ID: References: <20220207155608.2118570-1-aburgess@redhat.com> <20220209122531.GA2768@redhat.com> <817526c4-f03e-248a-4604-b3bfb7acde57@polymtl.ca> <20220210182609.GC2768@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220210182609.GC2768@redhat.com> X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Sun, 13 Feb 2022 14:27:25 -0000 Hi Andrew and Jan, I'm trying to keep track of this patch series in relation to the GDB 12 release. This was requested by Andrew when I first suggested we start working on that release. Andrew send me the following link... https://sourceware.org/pipermail/gdb-patches/2022-January/185332.html ... which pointed to a 5-commits series, and now I see single-commit v2 and v3 patches. Can you summarize for me what happened to each of the 5 patches, and the status of each patch? Thanks! -- Joel