Contents|Index|Previous|Next
Shell commands 

If you need to execute occasional shell commands during your debugging session, there is no need to leave or suspend GDB; you can just use the shell command.
  The make utility is often needed in development environments. You do not have to use the shell command for this purpose in GDB.
Top|Contents|Index|Previous|Next