mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 13:23:10 +08:00
* 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:
@ -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)
|
Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
* gdbinv-s.texi: Documented timeout and retransmit-timeout
|
* gdbinv-s.texi: Documented timeout and retransmit-timeout
|
||||||
|
@ -75,7 +75,7 @@ TEX = tex
|
|||||||
TEXINDEX = texindex
|
TEXINDEX = texindex
|
||||||
|
|
||||||
# Main GDB manual's source files
|
# 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)
|
SFILES_LOCAL = $(srcdir)/gdb.texinfo GDBvn.texi $(SFILES_INCLUDED)
|
||||||
|
|
||||||
|
@ -84,6 +84,9 @@
|
|||||||
@c Discuss remote serial debugging stub?
|
@c Discuss remote serial debugging stub?
|
||||||
@set REMOTESTUB
|
@set REMOTESTUB
|
||||||
@c
|
@c
|
||||||
|
@c Discuss gdbserver?
|
||||||
|
@set GDBSERVER
|
||||||
|
@c
|
||||||
@c Refrain from discussing how to configure sw and format doc?
|
@c Refrain from discussing how to configure sw and format doc?
|
||||||
@clear PRECONFIGURED
|
@clear PRECONFIGURED
|
||||||
@c
|
@c
|
||||||
|
@ -798,7 +798,7 @@ in sequential order. The order makes a difference when the
|
|||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@ifclear GENERIC
|
@ifclear GENERIC
|
||||||
@include gdbinv-s.texi
|
@include remote.texi
|
||||||
@end ifclear
|
@end ifclear
|
||||||
|
|
||||||
@node File Options
|
@node File Options
|
||||||
@ -7068,7 +7068,7 @@ configuration of GDB; use @code{help targets} to list them.
|
|||||||
@end ifset
|
@end ifset
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@include gdbinv-s.texi
|
@include remote.texi
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
@node Controlling GDB
|
@node Controlling GDB
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -8,6 +8,7 @@
|
|||||||
@set DOSHOST
|
@set DOSHOST
|
||||||
@clear FORTRAN
|
@clear FORTRAN
|
||||||
@clear FSFDOC
|
@clear FSFDOC
|
||||||
|
@clear GDBSERVER
|
||||||
@clear GENERIC
|
@clear GENERIC
|
||||||
@set H8
|
@set H8
|
||||||
@set H8EXCLUSIVE
|
@set H8EXCLUSIVE
|
||||||
|
1288
gdb/doc/remote.texi
Normal file
1288
gdb/doc/remote.texi
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user