_dnl__ Copyright (c) 1988 1989 1990 1991 Free Software Foundation, Inc.
_dnl__ This file is part of the source for the GDB manual.
-_dnl__ $Id$
+@c M4 FRAGMENT: $Id$
@node Altering, _GDBN__ Files, Symbols, Top
@chapter Altering Execution
perhaps with more breakpoints set, over a portion of a program that has
already executed, in order to examine its execution in more detail.
-@group
@node Signaling, Returning, Jumping, Altering
+@c @group
@section Giving the Program a Signal
@table @code
@code{signal} does not repeat when you press @key{RET} a second time
after executing the command.
@end table
-@end group
+@c @end group
@node Returning, Calling, Signaling, Altering
@section Returning from a Function
_dnl__ Copyright (c) 1988 1989 1990 1991 Free Software Foundation, Inc.
_dnl__ This file is part of the source for the GDB manual.
-_dnl__ $Id$
+@c M4 FRAGMENT: $Id$
@node Commands, Running, Invocation, Top
@chapter _GDBN__ Commands
@c FIXME: @pxref{Index} used to be here, but even though it shows up in
@c FIXME...the 'aux' file with a pageno the xref can't find it.
-@group
+@c @group
@table @code
@item info
@kindex info
@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
@end table
-@end group
+@c @end group
Here are three miscellaneous @code{show} subcommands, all of which are
exceptional in lacking corresponding @code{set} commands:
_dnl__ -*- Texinfo -*-
_dnl__ Copyright (c) 1988 1989 1990 1991 Free Software Foundation, Inc.
_dnl__ This file is part of the source for the GDB manual.
-_dnl__ $Id$
+@c M4 FRAGMENT: $Id$
@node Running, Stopping, Commands, Top
@chapter Running Programs Under _GDBN__
whether or not you need to confirm by using the @code{set confirm} command
(@pxref{Messages/Warnings}).
-@group
@node Kill Process, , Attach, Running
+@c @group
@section Killing the Child Process
@table @code
This command is useful if you wish to debug a core dump instead of a
running process. _GDBN__ ignores any core dump file while your program
is running.
-@end group
+@c @end group
On some operating systems, you can't execute your program in another
process while breakpoints are active inside _GDBN__. You can use the
_dnl__ -*- Texinfo -*-
_dnl__ Copyright (c) 1988 1989 1990 1991 Free Software Foundation, Inc.
_dnl__ This file is part of the source for the GDB manual.
-_dnl__ $Id$
+@c M4 FRAGMENT: $Id$
@node Stopping, Stack, Running, Top
@chapter Stopping and Continuing
beginning). The @var{keywords} say what change to make.
@end table
-@group
+@c @group
The keywords allowed by the @code{handle} command can be abbreviated.
Their full names are:
@item nopass
_GDBN__ should not allow the program to see this signal.
@end table
-@end group
+@c @end group
When a signal has been set to stop the program, the program cannot see the
signal until you continue. It will see the signal then, if @code{pass} is