Home | History | Annotate | Download | only in man1

Lines Matching full:program

49 going on ``inside'' another program while it executes\(em\&or what another
50 program was doing at the moment it crashed.
57 Start your program, specifying anything that might affect its behavior.
61 Make your program stop on specified conditions.
65 Examine what has happened, when your program has stopped.
69 Change things in your program, so you can experiment with correcting the
93 executable program as the argument:
96 gdb\ program
100 You can also start with both an executable program and a core file specified:
103 gdb\ program\ core
111 gdb\ program\ 1234
133 Start your program (with \c
138 Backtrace: display the program stack.
145 Continue running your program (after stopping, e.g. at a breakpoint).
148 Execute next program line (after stopping); step \c
154 look at the program line where it is presently stopped.
157 type the text of the program in the vicinity of where it is presently stopped.
160 Execute next program line (after stopping); step \c
182 \& program.
307 download and run a program on another computer; in order to make this
311 Program\ exited\ normally.
315 (which is ordinarily issued whenever a program running under GDB control
333 includes each time the program stops). This recognizable format looks
338 Emacs-to-GDB interface program uses the two `\|\c
354 \& for your program's standard input and output.