diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-09-25 13:56:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-09-25 13:56:54 +0000 |
commit | 512217c7cc9c53b112f1a6ac78e85006eafe9ed3 (patch) | |
tree | 0ac348003ec27f019c9174a87fd44e7f6af53963 /gdb/doc | |
parent | 8b69000d632078058da0ac203a220967f9ce77f7 (diff) | |
download | gdb-512217c7cc9c53b112f1a6ac78e85006eafe9ed3.zip gdb-512217c7cc9c53b112f1a6ac78e85006eafe9ed3.tar.gz gdb-512217c7cc9c53b112f1a6ac78e85006eafe9ed3.tar.bz2 |
2002-09-25 Andrew Cagney <ac131313@redhat.com>
* gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 83e9bd0..ee020ed 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,6 +1,10 @@ +2002-09-25 Andrew Cagney <ac131313@redhat.com> + + * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''. + 2002-09-24 Andrew Cagney <ac131313@redhat.com> - * gdb.texinfo: Replace @example' with @smallexample. + * gdb.texinfo: Replace @example with @smallexample. 2002-09-20 Kevin Buettner <kevinb@redhat.com> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d7dce0d4..c84176d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -15271,9 +15271,9 @@ watchpoint starting at address @var{address} and covering the next Each breakpoint and watchpoint packet @var{type} is documented separately. -@emph{Implementation notes: A remote target shall return @samp{} for an -unrecognized breakpoint or watchpoint packet @var{type}. A remote -target shall support either both or neither of a given +@emph{Implementation notes: A remote target shall return an empty string +for an unrecognized breakpoint or watchpoint packet @var{type}. A +remote target shall support either both or neither of a given @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To avoid potential problems with duplicate packets, the operations should be implemented in an idempotent way.} |