From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42c.google.com (mail-wr1-x42c.google.com [IPv6:2a00:1450:4864:20::42c]) by sourceware.org (Postfix) with ESMTPS id D51FE385ED71 for ; Wed, 16 Mar 2022 08:10:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D51FE385ED71 Received: by mail-wr1-x42c.google.com with SMTP id u10so1739713wra.9 for ; Wed, 16 Mar 2022 01:10:38 -0700 (PDT) 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=rWwOZOUeztg236qHmZ5+EfBczEEDz2ZsrOkBtm41Vcc=; b=W3C7uhAaC0cKiA+1Wm8tcG36oDKhYUGwwvAh614QsxyaiCszTL4LMmWGZr79K2XVNS qj+A3kSQ/OIabXafx8ZYv6yBgtFjsQyVV9t7/K4+tvb6PPQhs66C61CmOkMXtOBzML7g 24bc0GaHsSykkLMQe9xHpSCWcy2gogld/6KRL/5dsTCV5BJFCnUnmgwVONNbqAzUI8nW sEvFOX2LokNdT7s+LMrgqwq16h0HJ63KZ80QntVGJPhkXQ0XNYliAkB4f/RsTZOQXTXx QbblfJxk1dliCP9R9UO173rEvexSYii5Uk0rlI5YA0Fh82Bm7sLKN9KamPvcYMcvI9h7 qaIg== X-Gm-Message-State: AOAM532i8OO8jaXKDKeAFnRpqBenywF5MxoDsPID3nJ1C+kpFQ0lsBVm 5PgEa16g7mX9AcM40F/yqAZO X-Google-Smtp-Source: ABdhPJyAek0DCiswoMsxSLyvgZbx8EzJzkg5FHkYy6RWvitUQaYubJjgsPaJc5HW57cXpCVsBvPfDw== X-Received: by 2002:a5d:6885:0:b0:203:d66f:f324 with SMTP id h5-20020a5d6885000000b00203d66ff324mr4958598wru.319.1647418237773; Wed, 16 Mar 2022 01:10:37 -0700 (PDT) Received: from takamaka.home ([2a01:cb22:1d5:1100:33eb:f05c:85b9:964d]) by smtp.gmail.com with ESMTPSA id m9-20020a05600c4f4900b00389e8184edcsm4339823wmq.35.2022.03.16.01.10.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Mar 2022 01:10:37 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id C407BA4ACF; Wed, 16 Mar 2022 12:10:34 +0400 (+04) Date: Wed, 16 Mar 2022 12:10:34 +0400 From: Joel Brobecker To: Andrew Burgess Cc: Joel Brobecker via Gdb-patches , Jan Vrany , Joel Brobecker Subject: Re: [PATCHv5] gdb/python/mi: create MI commands using python Message-ID: References: <20220224103749.1719761-1-aburgess@redhat.com> <20220228164801.1276366-1-aburgess@redhat.com> <87pmmovczh.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87pmmovczh.fsf@redhat.com> X-Spam-Status: No, score=-3.9 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: Wed, 16 Mar 2022 08:10:40 -0000 > I had been waiting to see if Simon wanted to give any feedback, as he > commented on the earlier iterations. > > But, since his last round of feedback has been addressed, and was pretty > minor, I've gone ahead and pushed this patch now. > > If anything else comes up, then I am, of course, happy to address that > in a follow up patch. Perfect. Thanks Andrew! -- Joel