mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-03 06:58:11 +00:00
gdbstub: added cpu id of running tasks to the output
This commit is contained in:
@@ -200,6 +200,7 @@ typedef struct xTASK_SNAPSHOT
|
||||
StackType_t *pxEndOfStack; /*!< Points to the end of the stack. pxTopOfStack < pxEndOfStack, stack grows hi2lo
|
||||
pxTopOfStack > pxEndOfStack, stack grows lo2hi*/
|
||||
eTaskState eState; /*!< Current state of the task. Can be running or suspended */
|
||||
BaseType_t xCpuId; /*!< CPU where this task was running */
|
||||
} TaskSnapshot_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user