handle_T_command() function
T command checks if the task is alive. Since GDB isn't going to ask about the tasks which haven't been listed by q*ThreadInfo, and the state of tasks can not change (no stepping allowed), simply return "OK" here.
Syntax
static void handle_T_command(const unsigned char *cmd,
int len);
![]()
static void handle_T_command(const unsigned char *cmd, int len)
handle_T_command() is called by 1 function and calls 1 function:
![]()
handle_T_command()