From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6484 invoked by alias); 27 Aug 2014 14:55:11 -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 6467 invoked by uid 89); 27 Aug 2014 14:55:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 27 Aug 2014 14:55:09 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NAY00F00ZXOJS00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 27 Aug 2014 17:55:06 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NAZ00EY403US6B0@a-mtaout22.012.net.il>; Wed, 27 Aug 2014 17:55:06 +0300 (IDT) Date: Wed, 27 Aug 2014 14:55:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] reserve proposed new bytecodes In-reply-to: <22053.1409147399@usendtaylorx2l> To: David Taylor Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r402j82w.fsf@gnu.org> References: <524.1409090060@usendtaylorx2l> <83tx4yk5tf.fsf@gnu.org> <22053.1409147399@usendtaylorx2l> X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00572.txt.bz2 > cc: "gdb-patches@sourceware.org" > Date: Wed, 27 Aug 2014 09:49:59 -0400 > From: David Taylor > > Eli Zaretskii wrote: > > > > From: David Taylor > > > Date: Tue, 26 Aug 2014 17:54:20 -0400 > > > > > > +@item @code{setmem8} (0x35): @var{addr} @var{value} @result{} > > > +@itemx @code{setmem16} (0x36): @var{addr} @var{value} @result{} > > > +@itemx @code{setmem32} (0x37): @var{addr} @var{value} @result{} > > > +@itemx @code{setmem64} (0x38): @var{addr} @var{value} @result{} > > > > I asked you to put "(nothing)" after @result{}. > > > > > +@item @code{setreg} (0x39) @var{regnum}: @var{value} @result{} > > > > Likewise here. > > You're right. Sorry. Here's a revised version with the 5 requested > insertions of (nothing) in agentexpr.texi. The pdf, info, and html > targets all succeeded; visually the modified parts of gdb.pdf looked > correct. This version is fine with me. Thanks. > Entry for gdb/doc/ChangeLog: > > 2014-08-26 David Taylor > > * agentexpr.texi (Bytecode Descriptions): Add decsriptions of ^^^^^^^^^^^^ A typo. > propmosed bytecodes setmem8, setmem16, setmem32, setmem64, and ^^^^^^^^^ Another one.