Next: GDB/MI Stream Records, Up: GDB/MI Output Records
In addition to a number of out-of-band notifications, the response to a gdb/mi command includes one of the following result indications:
"^done" [ "," results ]"^running""^connected""^error" "," "msg=" c-string [ "," "code=" c-string ]msg=c-string variable contains
the corresponding error message.
If present, the code=c-string variable provides an error
code on which consumers can rely on to detect the corresponding
error condition. At present, only one error code is defined:
"^exit"