Loading an Executable File

Specifying an executable file on the command line or executing the load (dbx) or file (gdb) command identifies the current program.

Note:

In the background, the debugger immediately creates a process executing the program, stalls it, and uses it to answer questions about which dynamic libraries are mapped, and so on. This process never continues, and is killed when: