diff options
author | Roland Pesch <pesch@cygnus> | 1992-09-21 17:27:34 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-09-21 17:27:34 +0000 |
commit | 0f153e7446b6439aaba8a9ba26108741d1a139c4 (patch) | |
tree | a8aa6d77cb9c93a43a7518ed972e82eb550504ad /gdb/doc/gdbinv-s.m4.in | |
parent | 88a29612ccde6b3c183110154a5d23f468043715 (diff) | |
download | gdb-0f153e7446b6439aaba8a9ba26108741d1a139c4.zip gdb-0f153e7446b6439aaba8a9ba26108741d1a139c4.tar.gz gdb-0f153e7446b6439aaba8a9ba26108741d1a139c4.tar.bz2 |
More conditional markup so HMS (Hitachi) can have the configuration
of their dreams.
Diffstat (limited to 'gdb/doc/gdbinv-s.m4.in')
-rw-r--r-- | gdb/doc/gdbinv-s.m4.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/doc/gdbinv-s.m4.in b/gdb/doc/gdbinv-s.m4.in index 2bd4c2d..864cc18 100644 --- a/gdb/doc/gdbinv-s.m4.in +++ b/gdb/doc/gdbinv-s.m4.in @@ -5,6 +5,7 @@ _dnl__ M4 FRAGMENT $Id$ _dnl__ This text diverted to "Remote Debugging" section in general case; _dnl__ however, if we're doing a manual specifically for one of these, it _dnl__ belongs up front (in "Getting In and Out" chapter). +_if__(_REMOTESTUB__) @node Remote Serial @subsection The _GDBN__ remote serial protocol @@ -334,7 +335,7 @@ back and forth across the serial line to the remote machine. The packet-debugging information is printed on the _GDBN__ standard output stream. @code{set remotedebug off} turns it off, and @code{show remotedebug} will show you its current state. - +_fi__(_REMOTESTUB__) _if__(_I960__) @node i960-Nindy Remote |