diff options
author | Daniel Jacobowitz <dan@debian.org> | 2003-07-24 18:56:37 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2003-07-24 18:56:37 +0000 |
commit | ecd450daf5ac2224e17f0f52d03f577e6dda66ef (patch) | |
tree | 7e02241ae1e3f00de7b3cbfa9dd6a4fbe939f2e3 /gdb/doc | |
parent | 68a85c5a1d6cc432e59ab92d077862907869ba25 (diff) | |
download | gdb-ecd450daf5ac2224e17f0f52d03f577e6dda66ef.tar.gz |
* gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d6310205b56..c9a903bd2cb 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 2003-07-24 Daniel Jacobowitz <drow@mvista.com> + * gdbint.texinfo (libgdb components): Correct a GDB to GDBN. + +2003-07-24 Daniel Jacobowitz <drow@mvista.com> + * gdb.texinfo (Server): Mention pidof. 2003-07-22 Andrew Cagney <cagney@redhat.com> diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 9767f7cb91d..547197f53fc 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -41,7 +41,7 @@ Software Foundation raise funds for GNU development.'' @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.156 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.157 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -1505,7 +1505,7 @@ loop. A client would need to either plug its self into this loop or, implement a new event-loop that GDB would use. The event-loop will eventually be made re-entrant. This is so that -@value{GDB} can better handle the problem of some commands blocking +@value{GDBN} can better handle the problem of some commands blocking instead of returning. @subheading Library - @file{gdb.h} |