GdbMiSession.onThreadCreated

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

Registers a listener for 'thread-created' events.

Parameters

listenerDelegate to call with the async record.