GdbMiSession.threadInfo

MiPendingCommand threadInfo(string threadId = null) @trusted

Lists information about threads.

Parameters

threadIdOptional thread ID.

Returns

A pending command for -thread-info.

Example:

session.threadInfo();