This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] reserve proposed new bytecodes
- From: Eli Zaretskii <eliz at gnu dot org>
- To: David Taylor <dtaylor at emc dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 27 Aug 2014 05:46:36 +0300
- Subject: Re: [PATCH] reserve proposed new bytecodes
- Authentication-results: sourceware.org; auth=none
- References: <524 dot 1409090060 at usendtaylorx2l>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> 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.