diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-01-20 16:51:56 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-01-20 16:51:56 +0000 |
commit | d3e8051bddb07bad7efd7c5e7b8cdae4cfbf99e6 (patch) | |
tree | d715c706304f76993f6c7688489f6c4979bc43e9 /gdb/doc/annotate.texinfo | |
parent | 86f04699735ef39d4a823fe2e3762363e7cea6e4 (diff) | |
download | gdb-d3e8051bddb07bad7efd7c5e7b8cdae4cfbf99e6.zip gdb-d3e8051bddb07bad7efd7c5e7b8cdae4cfbf99e6.tar.gz gdb-d3e8051bddb07bad7efd7c5e7b8cdae4cfbf99e6.tar.bz2 |
* agentexpr.texi: Fix typos.
* annotate.texinfo: Likewise.
* gdb.texinfo: Likewise.
* gdbint.texinfo: Likewise.
* observer.texi: Likewise.
* stabs.texinfo: Likewise.
Diffstat (limited to 'gdb/doc/annotate.texinfo')
-rw-r--r-- | gdb/doc/annotate.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/doc/annotate.texinfo b/gdb/doc/annotate.texinfo index 6133614..ed8509e 100644 --- a/gdb/doc/annotate.texinfo +++ b/gdb/doc/annotate.texinfo @@ -20,7 +20,7 @@ @set DATE July 2003 @c NOTE: cagney/2003-07-28: -@c Don't make this migration doccument an appendix of GDB's user guide. +@c Don't make this migration document an appendix of GDB's user guide. @c By keeping this separate, the size of the user guide is contained. If @c the user guide to get much bigger it would need to switch to a larger, @c more expensive, form factor and would drive up the manuals publication @@ -161,7 +161,7 @@ assume that specific @value{GDBN} commands provide specific information. Any change to @value{GDBN}'s @sc{cli} output modifies or removes that information and, consequently, likely breaks the client. -Since the @sc{gdb/mi} output is independant of the @sc{cli}, it does not +Since the @sc{gdb/mi} output is independent of the @sc{cli}, it does not have this problem. @section Scalability @@ -200,8 +200,8 @@ The annotation mechanism was implemented by interspersing @sc{cli} print statements with various annotations. As a consequence, any @sc{cli} output change can alter the annotation output. -Since the @sc{gdb/mi} output is independant of the @sc{cli}, and the -@sc{gdb/mi} is increasingly implemented independant of the @sc{cli} +Since the @sc{gdb/mi} output is independent of the @sc{cli}, and the +@sc{gdb/mi} is increasingly implemented independent of the @sc{cli} code, its long term maintenance is much easier. @node Migrating to GDB/MI |