OAR

RTEMS GNU Tools On-Line Library


GDB/MI Result Records

prev UP NEXT Bookshelf Debugging with GDB

19.3.1: GDB/MI Result 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 ]
The synchronous operation was successful, results is the return value.
"^running"
The asynchronous operation was successfully started. The target is running.
"^error" "," c-string
The operation failed. The c-string contains the corresponding error message.


prev UP NEXT Bookshelf Debugging with GDB

Packaging copyright © 1988-2000 OAR Corporation
Context copyright by each document's author. See Free Software Foundation for information.