Debugging with GDB (September 2007)
Manuals
Brands
HP Manuals
Software
HP-UX Debugging Tools
21
22
23
24
25
26
27
28
29
30
Chapter
1:
A
Sample
GDB
Session
9
C-d
Program
exited
normally.
The
message
‘
Program
exited
normally.
’
is
from
GDB;
it
indicates
m4
has
finished
exe-
cuting.
W
e
can
end
our
GDB
session
with
the
GDB
quit
command.
(gdb)
quit
1
...
...
19
20
21
22
23
...
...
356