From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37511 invoked by alias); 29 Sep 2019 15:49:35 -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 27328 invoked by uid 89); 29 Sep 2019 15:49:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:456 X-HELO: mailsec112.isp.belgacom.be Received: from mailsec112.isp.belgacom.be (HELO mailsec112.isp.belgacom.be) (195.238.20.108) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 29 Sep 2019 15:49:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1569772164; x=1601308164; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=3KU3J/2Mm6nLsl37r+fAw80D00qW3XBfI0Q4SO3VOlQ=; b=biR7KaNvF1i3Ri1DKmD6TdQZkUjPYQXUEYQGco/h3ouiKRv8eriB0Nr3 SgR4kZdScJ/aXReTsYGGXxHzwuK7HQ==; Received: from 255.38-242-81.adsl-dyn.isp.belgacom.be (HELO md) ([81.242.38.255]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 29 Sep 2019 17:49:22 +0200 Message-ID: <1b76fb02dc870c6c7cf2dd068373037c0ce6fad2.camel@skynet.be> Subject: Re: PING^2 Re: [RFA] Implement 'print -raw-values' and 'set print raw-values on|off' From: Philippe Waroquiers To: Eli Zaretskii Cc: gdb-patches@sourceware.org Date: Sun, 29 Sep 2019 15:49:00 -0000 In-Reply-To: <834l0vf77l.fsf@gnu.org> References: <20190807193924.32268-1-philippe.waroquiers@skynet.be> <834l0vf77l.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00585.txt.bz2 On Sun, 2019-09-29 at 18:33 +0300, Eli Zaretskii wrote: > > From: Philippe Waroquiers > > Date: Sun, 29 Sep 2019 17:29:54 +0200 > > > > Ping. > > I believe the documentation parts were already reviewed, right? Yes (see https://sourceware.org/ml/gdb-patches/2019-08/msg00207.html). I have applied all the proposed changes. Thanks Philippe