aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdbinv-s.m4.in
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1992-05-15 00:20:43 +0000
committerRoland Pesch <pesch@cygnus>1992-05-15 00:20:43 +0000
commita89f94c23ad9fd97cdb081dcece750aba531e64d (patch)
tree83766164d4111f5b3dd63adee0fb4e8c26341a3e /gdb/doc/gdbinv-s.m4.in
parent4025fb37c1d3bc847575af38ddefa29fa6b904ad (diff)
downloadgdb-a89f94c23ad9fd97cdb081dcece750aba531e64d.zip
gdb-a89f94c23ad9fd97cdb081dcece750aba531e64d.tar.gz
gdb-a89f94c23ad9fd97cdb081dcece750aba531e64d.tar.bz2
Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
* gdb.texinfo: slight expansion of new text on reading info files * gdbinv-s.m4.in: correct and expand info on cross-debugging H8/300 from DOS. * ChangeLog: guess...
Diffstat (limited to 'gdb/doc/gdbinv-s.m4.in')
-rw-r--r--gdb/doc/gdbinv-s.m4.in22
1 files changed, 15 insertions, 7 deletions
diff --git a/gdb/doc/gdbinv-s.m4.in b/gdb/doc/gdbinv-s.m4.in
index 1382446..eae7e21 100644
--- a/gdb/doc/gdbinv-s.m4.in
+++ b/gdb/doc/gdbinv-s.m4.in
@@ -478,23 +478,31 @@ what speed to use over the serial device.
@kindex device
@cindex serial device for H8/300
-Use the special @code{gdb83} command @samp{device @var{port}} if you need to
-explicitly set the serial device. The default @var{port} is the first
-available port on your host; on Unix hosts, this is typically something
-like @file{/dev/ttya}, and on DOS hosts @file{com1}.
+Use the special @code{gdb83} command @samp{device @var{port}} if you
+need to explicitly set the serial device. The default @var{port} is the
+first available port on your host. This is only necessary on Unix
+hosts, where it is typically something like @file{/dev/ttya}.
+
+On DOS hosts, communication with the serial device is handled by an
+auxiliary program, @code{asynctsr}. For example, to use @code{COM2} as
+the serial device from a DOS host, execute @samp{asynctsr 2}
+@emph{before} starting GDB.
@kindex speed
@cindex serial line speed for H8/300
@code{gdb83} has another special command to set the communications speed
-for the H8/300: @samp{speed @var{bps}}.
+for the H8/300: @samp{speed @var{bps}}. This command also is only used
+from Unix hosts; on DOS hosts, set the line speed as usual from outside
+GDB with the DOS @kbd{mode} command (for instance, @w{@samp{mode
+com2:9600,n,8,1,p}} for a 9600 bps connection).
For example, you might start an H8/300 debugging session at 19200 bps
like this (exploiting the default target and device):
@smallexample
$ gdb83
-@c FIXME: this falsifies the exact text played out, to permit smallbook
-@c FIXME... format to come out better.
+@c FIXME: this falsifies the linebreaks in the exact text played out, to
+@c FIXME... permit smallbook format to come out better.
GDB is free software and you are welcome to distribute copies
of it under certain conditions; type "show copying" to see
the conditions.