GdbMiSession.onStopped

void onStopped(void delegate(MiAsyncRecord) listener) @safe

Registers a listener for 'stopped' events.

Parameters

listenerDelegate to call with the async record.