From: Jim Blandy Date: Wed, 16 Nov 2005 06:24:52 +0000 (+0000) Subject: 2005-11-15 Jim Blandy X-Git-Tag: gdb-csl-20060226-branchpoint~743 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c43c547375e1864c2e784d026bac89c582b2de68;p=platform%2Fupstream%2Fbinutils.git 2005-11-15 Jim Blandy * gdb.texinfo (Packets): Add index entries for 'm' packet disclaimers. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fd6d5c1..4176b2f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,8 @@ 2005-11-15 Jim Blandy + * gdb.texinfo (Packets): Add index entries for 'm' packet + disclaimers. + * gdb.texinfo (Packets): Clarify lack of restrictions on behavior of stub when processing an 'm' packet. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index a6b97b9..1ee7666 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22332,6 +22332,9 @@ data from memory for the response; even if @var{addr} is word-aligned and @var{length} is a multiple of the word size, the stub is free to use byte accesses, or not. For this reason, this packet may not be suitable for accessing memory-mapped I/O devices. +@cindex alignment of remote memory accesses +@cindex size of remote memory accesses +@cindex memory, alignment and size of remote accesses Reply: @table @samp