This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] reserve proposed new bytecodes


> cc: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
> Date: Wed, 27 Aug 2014 09:49:59 -0400
> From: David Taylor <dtaylor@emc.com>
> 
> Eli Zaretskii <eliz@gnu.org> wrote:
> 
> > > From: David Taylor <dtaylor@emc.com>
> > > 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  <dtaylor@emc.com>
> 
> 	* agentexpr.texi (Bytecode Descriptions): Add decsriptions of
                                                      ^^^^^^^^^^^^
A typo.

> 	propmosed bytecodes setmem8, setmem16, setmem32, setmem64, and
        ^^^^^^^^^
Another one.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]