aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-07-24 18:56:37 +0000
committerDaniel Jacobowitz <drow@false.org>2003-07-24 18:56:37 +0000
commita9f12a31acf648a8c5bb24d836ec19331d7fe535 (patch)
treefb3e00e8b896ac4d6b8d15c1ee0c5376f4c1b3ed /gdb/doc
parentb1fe945553d0667aac48fb912b9f46d26bbcdcd9 (diff)
downloadfsf-binutils-gdb-a9f12a31acf648a8c5bb24d836ec19331d7fe535.zip
fsf-binutils-gdb-a9f12a31acf648a8c5bb24d836ec19331d7fe535.tar.gz
fsf-binutils-gdb-a9f12a31acf648a8c5bb24d836ec19331d7fe535.tar.bz2
* gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdbint.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index d631020..c9a903b 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 7b3597a..ff24e35 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -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}