Debugging with GDB (February 2008)

Table Of Contents
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. We can end our GDB session with the GDB quit command.
((gdb)) quit