summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2005-11-16 06:24:52 +0000
committerJim Blandy <jimb@codesourcery.com>2005-11-16 06:24:52 +0000
commitd3a0c8a2ac12ebc37828b906b9bf310a7f0252f9 (patch)
treeeaa770188899a72d8292d311d63e1ded5c281584
parent94a10c029c80b7960a6c5f39466775eccaf4295d (diff)
downloadgdb-d3a0c8a2ac12ebc37828b906b9bf310a7f0252f9.tar.gz
2005-11-15 Jim Blandy <jimb@redhat.com>
* gdb.texinfo (Packets): Add index entries for 'm' packet disclaimers.
-rw-r--r--gdb/doc/ChangeLog3
-rw-r--r--gdb/doc/gdb.texinfo3
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index fd6d5c1656e..4176b2fefba 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,8 @@
2005-11-15 Jim Blandy <jimb@redhat.com>
+ * 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 a6b97b9d7a6..1ee766601bc 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