aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2002-09-30 07:08:26 +0000
committerHans-Peter Nilsson <hp@axis.com>2002-09-30 07:08:26 +0000
commit2e834e497e9bb0cdae7f71397d3404f4ed0f9f35 (patch)
tree3b1fe1490147b6a874f31a7f517b39279d8f6a69 /gdb/doc
parent7a49a8c2b494a6e398ab861ba31564d0bd854f68 (diff)
downloadgdb-2e834e497e9bb0cdae7f71397d3404f4ed0f9f35.zip
gdb-2e834e497e9bb0cdae7f71397d3404f4ed0f9f35.tar.gz
gdb-2e834e497e9bb0cdae7f71397d3404f4ed0f9f35.tar.bz2
* gdb.texinfo (Packets): Fix typos "alligned".
Correct z3/Z3 description. Correct z4/Z4 title.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo10
2 files changed, 10 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 362e056..e21d24a 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * gdb.texinfo (Packets): Fix typos "alligned".
+ Correct z3/Z3 description. Correct z4/Z4 title.
+
2002-09-27 Andrew Cagney <ac131313@redhat.com>
* all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 7e93c22..56032f3 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -15053,7 +15053,7 @@ Reserved for future use.
Read @var{length} bytes of memory starting at address @var{addr}.
Neither @value{GDBN} nor the stub assume that sized memory transfers are
-assumed using word alligned accesses. FIXME: @emph{A word aligned memory
+assumed using word aligned accesses. FIXME: @emph{A word aligned memory
transfer mechanism is needed.}
Reply:
@@ -15061,7 +15061,7 @@ Reply:
@item @var{XX@dots{}}
@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
to read only part of the data. Neither @value{GDBN} nor the stub assume
-that sized memory transfers are assumed using word alligned
+that sized memory transfers are assumed using word aligned
accesses. FIXME: @emph{A word aligned memory transfer mechanism is
needed.}
@item E@var{NN}
@@ -15353,7 +15353,7 @@ for an error
@cindex @code{z3} packet
@cindex @code{Z3} packet
-Insert (@code{Z3}) or remove (@code{z3}) a write watchpoint.
+Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
Reply:
@table @samp
@@ -15365,8 +15365,8 @@ not supported
for an error
@end table
-@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
-@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
+@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
+@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
@cindex @code{z4} packet
@cindex @code{Z4} packet