From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123999 invoked by alias); 24 Apr 2015 06:17:57 -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 123983 invoked by uid 89); 24 Apr 2015 06:17:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Apr 2015 06:17:55 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NNA00M00RTVAF00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 24 Apr 2015 09:17:53 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NNA00M98S5T7960@a-mtaout20.012.net.il>; Fri, 24 Apr 2015 09:17:53 +0300 (IDT) Date: Fri, 24 Apr 2015 06:17:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] gdb: Add support for dumping to verilog hex format. In-reply-to: <20150423213130.GH2422@embecosm.com> To: Andrew Burgess Cc: palves@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fv7qyrqq.fsf@gnu.org> References: <553821B2.1080704@redhat.com> <20150422230431.GF2422@embecosm.com> <5538CC57.6030305@redhat.com> <20150423213130.GH2422@embecosm.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00925.txt.bz2 > Date: Thu, 23 Apr 2015 22:31:30 +0100 > From: Andrew Burgess > Cc: gdb-patches@sourceware.org, Eli Zaretskii > > * Pedro Alves [2015-04-23 11:41:27 +0100]: > > > > > Thanks, this looks good to me with the missing _() Eli noticed, and ... > > > > ... at least this bit needs updating too: > > > > You can use the commands @code{dump}, @code{append}, and > > @code{restore} to copy data between target memory and a file. The > > > > New version includes string internationalisation change, and > additional doc changes. Thanks, the documentation parts are OK.