From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 5B18D385802D; Fri, 5 Nov 2021 21:18:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5B18D385802D Received: from fencepost.gnu.org ([2001:470:142:3::e]:42912) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mj6br-0005eZ-Ss; Fri, 05 Nov 2021 17:18:51 -0400 Received: from ip5f5a8d68.dynamic.kabel-deutschland.de ([95.90.141.104]:53557 helo=[192.168.111.41]) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mj6br-0003Nd-HN; Fri, 05 Nov 2021 17:18:51 -0400 To: gdb-patches@sourceware.org References: <60c53fa8bf160533a2eddf1da280eb50c7461a6a.camel@fit.cvut.cz> <253b903c-b5e3-86bd-2681-c904fb2c5d53@gnu.org> <4a86abc464db6ce661a0ae6d443da3b0b4bd52b2.camel@fit.cvut.cz> From: Simon Sobisch Cc: gdb@sourceware.org Subject: feature branch for creating MI commands with python (was: How to create new mi commands via python / get current interpreter in python) Message-ID: <8001469a-1bed-febb-3dbc-3c72c4293033@gnu.org> Date: Fri, 5 Nov 2021 22:18:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <4a86abc464db6ce661a0ae6d443da3b0b4bd52b2.camel@fit.cvut.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2021 21:18:53 -0000 Am 05.11.2021 um 19:51 schrieb Jan Vrany: >> >>> In any case that looks quite promising, would be nice to see it at >>> least >>> in a feature-branch in the official gdb repo until it is ready to >>> be >>> merged. >> >> Good idea, I can do that. I'll post here when done. >> >> > > Done. Rebased on a recent master and pushed into branch: > "users/jv/patches/feature-python-mi": > > https://sourceware.org/git/?p=binutils-gdb.git;a=shortlog;h=refs/heads/users/jv/patches/feature-python-mi > > HTH, Jan Thanks, I think this discussion should now move to gdb-patches. I'd be interested what is missing to integrate this for GDB 12 (obviously a "stable" ABI would be needed). I'm looking forward to read about that in gdb-patches (hopefully sooner than later). Thanks again for taking the time to answer and for your work on improving GDB's Python API. Simon