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 E743F3858D3C for ; Sun, 13 Mar 2022 04:47:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E743F3858D3C Received: by mail-wr1-x42c.google.com with SMTP id r6so18515085wrr.2 for ; Sat, 12 Mar 2022 20:47:14 -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=6B+FPzhvxV/FPrWugxU96NXD2qO9dZcCC/cRtZTL4So=; b=cSywzak69tct8Cot2x4QGae57OLP20/S2ty87xmJ86HpSohCA2mVtvIWDMZM0hYkka qvz2gUDzsOQ63HC1vALgtEM7bnHmJYERSRRwWGgBNbfSnrBSNw+Es1GLjwPAhlsvJPM8 Hpb1um2FGfBmpM7MpsGGxMQEZppmEbl8mvoz0O/bGwcLBH1AoklUaE4QiIRULrcthJ4T xmAq3pNkaqiILpEyT9QOgh7xzW4QbixKi7eQVYB9VzoRfgG6UJFrstpN8axrRFyQiTET sclu2gwfv6yHShRczXKop/WSFaiVazizGtsFo4UIb5jH/aNV2EoivmBSZR6MGGgAaqbg CR7g== X-Gm-Message-State: AOAM531zykVUyAzRN57ZlRJ8QQWAPkOxIZnL37NhABQafV0qCGuK8MeT +Jr2vx/luCiyBuCdMMWmEceF X-Google-Smtp-Source: ABdhPJweL+XpA/0kJq0fm4byxJvt0/NYpznc2dv0zOHNNTQNCU+s04uVjjoCopdAQYWjKfoiY8A+GA== X-Received: by 2002:a05:6000:2cf:b0:203:7326:cae5 with SMTP id o15-20020a05600002cf00b002037326cae5mr12483109wry.198.1647146833553; Sat, 12 Mar 2022 20:47:13 -0800 (PST) Received: from takamaka.home ([2a01:cb22:1d5:1100:649a:6ea9:3e07:fe1f]) by smtp.gmail.com with ESMTPSA id t19-20020a05600c199300b0038a08227e4bsm544264wmq.13.2022.03.12.20.47.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 12 Mar 2022 20:47:12 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 6ACBFA4AD3; Sun, 13 Mar 2022 08:47:10 +0400 (+04) Date: Sun, 13 Mar 2022 08:47:10 +0400 From: Joel Brobecker To: Andrew Burgess via Gdb-patches Cc: Andrew Burgess , 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220228164801.1276366-1-aburgess@redhat.com> X-Spam-Status: No, score=-3.8 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 Mar 2022 04:47:16 -0000 Hi Andrew, On Mon, Feb 28, 2022 at 04:48:01PM +0000, Andrew Burgess via Gdb-patches wrote: > In v5: > > - variable names within the mi output (from Python) can now contain > the '-' character, > > - the example in the docs has been updated to remove the reference > to an outdated feature (dropped in an earlier version, but the > example got left in by mistake), > > - updated the call to gdbpy_enter to pass no arguments, > > - rebased to latest upstream master. Now that Tom as confirmed all his comments are approved, can we push the patch to master? -- Joel