From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78822 invoked by alias); 18 Mar 2019 16:34:45 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 78807 invoked by uid 89); 18 Mar 2019 16:34:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:415 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Mar 2019 16:34:44 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CF5C9C04959C; Mon, 18 Mar 2019 16:34:42 +0000 (UTC) Received: from f29-4.lan (ovpn-117-11.phx2.redhat.com [10.3.117.11]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8840361D05; Mon, 18 Mar 2019 16:34:42 +0000 (UTC) Date: Mon, 18 Mar 2019 16:34:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Cc: Marco Barisione , Eli Zaretskii , Tom Tromey Subject: Re: [PATCH v2] Add gdb.Value.format_string () Message-ID: <20190318093441.641ca394@f29-4.lan> In-Reply-To: References: <20190317135023.2e51944d@f29-4.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00385.txt.bz2 On Mon, 18 Mar 2019 09:22:36 +0000 Marco Barisione wrote: > Here's my updated patch fixing Kevin's review comments. Your updated patch looks good to me. Eli needs to approve your additions to gdb/doc/python.texi. I'd also like Tom to look over your proposed changes to GDB's python interface. I've CC'd both Tom and Eli on this reply. Kevin