Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)

* gdbinv-s.m4.in: refrain from using @cartouche for just a few
	examples (not consistent w others).
	gdb.texinfo: issue disclaimer paragraph on cmdline options only
	for generic vn of doc
This commit is contained in:
Roland Pesch
1992-08-18 23:02:35 +00:00
parent a457f4d997
commit 0005054f6c
3 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,10 @@
Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
* gdbinv-s.m4.in: refrain from using @cartouche for just a few
examples (not consistent w others).
gdb.texinfo: issue disclaimer paragraph on cmdline options only
for generic vn of doc
Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com) Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in: always create installation directories. * Makefile.in: always create installation directories.

View File

@ -697,9 +697,11 @@ _GDBN__ reads commands from the terminal until you tell it to exit.
You can also run @code{_GDBP__} with a variety of arguments and options, You can also run @code{_GDBP__} with a variety of arguments and options,
to specify more of your debugging environment at the outset. to specify more of your debugging environment at the outset.
_if__(_GENERIC__)
The command-line options described here are designed The command-line options described here are designed
to cover a variety of situations; in some environments, some of these to cover a variety of situations; in some environments, some of these
options may effectively be unavailable. options may effectively be unavailable.
_fi__(_GENERIC__)
The most usual way to start _GDBN__ is with one argument, The most usual way to start _GDBN__ is with one argument,
specifying an executable program: specifying an executable program:

View File

@ -495,8 +495,7 @@ degugger, you give it just the numeric part of the serial port's name;
for example, @samp{asyncstr 2} below runs @code{asyncstr} on for example, @samp{asyncstr 2} below runs @code{asyncstr} on
@code{COM2}. @code{COM2}.
@cartouche @smallexample
@example
(eg-C:\H8300\TEST) mode com2:9600,n,8,1,p (eg-C:\H8300\TEST) mode com2:9600,n,8,1,p
Resident portion of MODE loaded Resident portion of MODE loaded
@ -504,8 +503,7 @@ Resident portion of MODE loaded
COM2: 9600, n, 8, 1, p COM2: 9600, n, 8, 1, p
(eg-C:\H8300\TEST) asynctsr 2 (eg-C:\H8300\TEST) asynctsr 2
@end example @end smallexample
@end cartouche
@quotation @quotation
@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
@ -527,8 +525,7 @@ without downloading, use the _GDBN__ commands @code{file} or
@code{symbol-file}. These commands, and @code{load} itself, are @code{symbol-file}. These commands, and @code{load} itself, are
described in @ref{Files,,Commands to Specify Files}.) described in @ref{Files,,Commands to Specify Files}.)
@cartouche @smallexample
@example
(eg-C:\H8300\TEST) _GDBP__ t.x (eg-C:\H8300\TEST) _GDBP__ t.x
GDB is free software and you are welcome to distribute copies GDB is free software and you are welcome to distribute copies
of it under certain conditions; type "show copying" to see of it under certain conditions; type "show copying" to see
@ -542,8 +539,7 @@ Connected to remote H8/300 HMS system.
.text : 0x8000 .. 0xabde *********** .text : 0x8000 .. 0xabde ***********
.data : 0xabde .. 0xad30 * .data : 0xabde .. 0xad30 *
.stack : 0xf000 .. 0xf014 * .stack : 0xf000 .. 0xf014 *
@end example @end smallexample
@end cartouche
At this point, you're ready to run or debug your program. From here on, At this point, you're ready to run or debug your program. From here on,
you can use all the usual _GDBN__ commands. The @code{break} command you can use all the usual _GDBN__ commands. The @code{break} command