Debugging with GDB (September 2007)

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