Debugging with GDB Manual (5900-1473; WDB 6.2; January 2011)

Table Of Contents
(gdb)
-exec-run
^running
(gdb)
x = 55
*stopped,reason="exited",exit-code="01"
(gdb)
Another way the program can terminate is if it receives a signal such as SIGINT. In this
case, GDB/MI displays this:
(gdb)
*stopped,reason="exited-signalled",signal-name="SIGINT",
signal-meaning="Interrupt"
The -exec-abort command
Synopsis
-exec-abort
Kill the inferior running program.
GDB command
The corresponding GDB command is 'kill'.
Example
N.A.
The -exec-arguments command
Synopsis
-exec-arguments args
Set the inferior program arguments, to be used in the next '-exec-run'.
GDB command
The corresponding GDB command is 'set args'.
Example
Do not have one around.
The -exec-continue command
Synopsis
-exec-continue
330 The GDB/MI Interface