From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101676 invoked by alias); 19 Mar 2019 06:48:50 -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 101665 invoked by uid 89); 19 Mar 2019 06:48:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:761, HContent-type:charset, HContent-type:text, HContent-type:plain X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (209.51.188.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 19 Mar 2019 06:48:48 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h68YH-0003bQ-H8; Tue, 19 Mar 2019 02:48:45 -0400 Received: from [176.228.60.248] (port=3697 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h68YG-0002jX-Tk; Tue, 19 Mar 2019 02:48:45 -0400 Date: Tue, 19 Mar 2019 06:48:00 -0000 Message-Id: <83d0mnuzp5.fsf@gnu.org> From: Eli Zaretskii To: Marco Barisione CC: kevinb@redhat.com, gdb-patches@sourceware.org, tom@tromey.com In-reply-to: (message from Marco Barisione on Mon, 18 Mar 2019 21:49:08 +0000) Subject: Re: [PATCH v4] Add gdb.Value.format_string () References: <20190317135023.2e51944d@f29-4.lan> <20190318093441.641ca394@f29-4.lan> <83lg1cuf5b.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00403.txt.bz2 > From: Marco Barisione > Date: Mon, 18 Mar 2019 21:49:08 +0000 > Cc: Kevin Buettner , > gdb-patches@sourceware.org, > tom@tromey.com > > On 18 Mar 2019, at 20:00, Eli Zaretskii wrote: > >> From: Marco Barisione > >> Date: Mon, 18 Mar 2019 18:14:35 +0000 > >> Cc: gdb-patches@sourceware.org, > >> Eli Zaretskii , > >> Tom Tromey > >> > >> +when using the @code{format_string()} method or the @code{str()} > > ^^^^^^^^^^^^^^^ ^^^^^ > > This part is still not fixed. > > Sorry, I missed it as I was looking for a space before the “(”. > > Here’s an updated patch. This version is fine with me, thanks.