GdbMiSession.onStopped
void onStopped(void delegate(MiAsyncRecord) listener) @safeRegisters a listener for 'stopped' events.
Parameters
listener | Delegate to call with the async record. |
void onStopped(void delegate(MiAsyncRecord) listener) @safeRegisters a listener for 'stopped' events.
listener | Delegate to call with the async record. |