* h8-cfg.texi, all-cfg.texi: new flag GDBSERVER

* Makefile.in: depend on remote.texi rather than gdbinv-s.texi
* remote.texi: (Server) New node on gdbserver.  (Remote Serial,
ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
* remote.texi: new name for former gdbinv-s.texi
* gdb.texinfo: use remote.texi rather than gdbinv-s.texi
This commit is contained in:
Roland Pesch 1993-07-29 00:53:58 +00:00
parent b88edd756e
commit 4af6d50262
7 changed files with 1308 additions and 1171 deletions

View file

@ -1,3 +1,16 @@
Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
* h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
* Makefile.in: depend on remote.texi rather than gdbinv-s.texi
* remote.texi: (Server) New node on gdbserver. (Remote Serial,
ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
* remote.texi: new name for former gdbinv-s.texi
* gdb.texinfo: use remote.texi rather than gdbinv-s.texi
Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
* gdbinv-s.texi: Documented timeout and retransmit-timeout

View file

@ -75,7 +75,7 @@ TEX = tex
TEXINDEX = texindex
# Main GDB manual's source files
SFILES_INCLUDED = gdb-cfg.texi $(srcdir)/gdbinv-s.texi
SFILES_INCLUDED = gdb-cfg.texi $(srcdir)/remote.texi
SFILES_LOCAL = $(srcdir)/gdb.texinfo GDBvn.texi $(SFILES_INCLUDED)

View file

@ -84,6 +84,9 @@
@c Discuss remote serial debugging stub?
@set REMOTESTUB
@c
@c Discuss gdbserver?
@set GDBSERVER
@c
@c Refrain from discussing how to configure sw and format doc?
@clear PRECONFIGURED
@c

View file

@ -798,7 +798,7 @@ in sequential order. The order makes a difference when the
@end menu
@ifclear GENERIC
@include gdbinv-s.texi
@include remote.texi
@end ifclear
@node File Options
@ -7068,7 +7068,7 @@ configuration of GDB; use @code{help targets} to list them.
@end ifset
@end menu
@include gdbinv-s.texi
@include remote.texi
@end ifset
@node Controlling GDB

File diff suppressed because it is too large Load diff

View file

@ -8,6 +8,7 @@
@set DOSHOST
@clear FORTRAN
@clear FSFDOC
@clear GDBSERVER
@clear GENERIC
@set H8
@set H8EXCLUSIVE

1288
gdb/doc/remote.texi Normal file

File diff suppressed because it is too large Load diff