command qThreadExtraInfo

Format: ‘qThreadExtraInfo,thread-id’

Meaning: Obtain from the target OS a printable string description of thread attributes for the thread thread-id. This string may contain anything that the target OS thinks is interesting for GDB to tell the user about the thread. The string is displayed in GDB’s info threads display. Some examples of possible thread extra info strings are ‘Runnable’, or ‘Blocked on Mutex’. (Note that the qThreadExtraInfo packet’s name is separated from the command by a ‘,’, not a ‘:’, contrary to the naming conventions above. Please don’t use this packet as a model for new packets.)

Reply:

XX…

Where ‘XX…’ is a hex encoding of ASCII data, comprising the printable string containing the extra information about the thread’s attributes.