GdbMiSession.onThreadCreated
void onThreadCreated(void delegate(MiAsyncRecord) listener) @safeRegisters a listener for 'thread-created' events.
Parameters
listener | Delegate to call with the async record. |
void onThreadCreated(void delegate(MiAsyncRecord) listener) @safeRegisters a listener for 'thread-created' events.
listener | Delegate to call with the async record. |