aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1992-09-12 05:27:40 +0000
committerRoland Pesch <pesch@cygnus>1992-09-12 05:27:40 +0000
commit77fe54117e09bf5960f838d4acfc0a5e32fd0283 (patch)
tree29e1a722a4f8b7f4a482ca4ee0c3d2470e652782 /gdb/doc/gdb.texinfo
parent549ff1003ebb8e695a268a0a9cf2d14235f8eb04 (diff)
downloadgdb-77fe54117e09bf5960f838d4acfc0a5e32fd0283.zip
gdb-77fe54117e09bf5960f838d4acfc0a5e32fd0283.tar.gz
gdb-77fe54117e09bf5960f838d4acfc0a5e32fd0283.tar.bz2
* doc/gdb.texinfo, doc/gdbinv-m.m4.in, doc/gdbinv-s.m4.in: first
pass at doc for two new remote targets---29K using UDI, and Tandem ST2000 using STDBUG. * doc/all.m4, doc/none.m4: new m4 switch, _ST2000__ * doc/all.m4: turn on H8/300 stuff for generic manual
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo25
1 files changed, 21 insertions, 4 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 8902cb5..129dc39 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -176,9 +176,9 @@ _if__(!_DOSHOST__)
* Emacs:: Using _GDBN__ under GNU Emacs
_fi__(!_DOSHOST__)
* _GDBN__ Bugs:: Reporting bugs in _GDBN__
-_if__(!_H8__)
+_if__(_GENERIC__||!_H8__)
* Renamed Commands::
-_fi__(!_H8__)
+_fi__(_GENERIC__||!_H8__)
* Formatting Documentation:: How to format and print GDB documentation
* Installing GDB:: Installing GDB
* Copying:: GNU GENERAL PUBLIC LICENSE
@@ -6511,8 +6511,15 @@ Remote PC-resident AMD EB29K board, attached over serial lines.
@var{dev} is the serial device, as for @code{target remote};
@var{speed} allows you to specify the linespeed; and @var{PROG} is the
name of the program to be debugged, as it appears to DOS on the PC.
-@xref{EB29K Remote, ,GDB with a Remote EB29K}.
-
+@xref{EB29K Remote, ,_GDBN__ with a Remote EB29K}.
+
+@item target udi
+@kindex target udi
+@cindex UDI interface to 29K
+@cindex AMD UDI-29K
+Remote AMD 29K board, attached over the AMD ``Universal Debug
+Interface'', a protocol based on TCP/IP. @xref{UDI29K Remote,,_GDBN__
+and the UDI 29K protocol}.
_fi__(_AMD29K__)
_if__(_H8__)
@item target hms
@@ -6531,6 +6538,16 @@ the name of the serial device to use for the connection, e.g.
@file{/dev/ttya}. @xref{i960-Nindy Remote, ,_GDBN__ with a Remote i960 (Nindy)}.
_fi__(_I960__)
+_if__(_ST2000__)
+@item target st2000 @var{dev} @var{speed}
+@kindex target st2000
+A Tandem ST2000 phone switch, running Tandem's STDBUG protocol. @var{dev}
+is the name of the device attached to the ST2000 serial line;
+@var{speed} is the communication line speed. The arguments are not used
+if _GDBN__ is configured to connect to the ST2000 using TCP or Telnet.
+@xref{ST2000 Remote,,_GDBN__ with a Tandem ST2000}.
+
+_fi__(_ST2000__)
_if__(_VXWORKS__)
@item target vxworks @var{machinename}
@kindex target vxworks