mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-25 01:41:43 +00:00
gdbstub: improve format of info thread command output
gdbstub: simplify the state handling on extra thread info
This commit is contained in:
@@ -199,7 +199,7 @@ typedef struct xTASK_SNAPSHOT
|
||||
StackType_t *pxTopOfStack; /*!< Points to the location of the last item placed on the tasks stack. */
|
||||
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 */
|
||||
eTaskState eState; /*!< Current state of the task. Can be running or suspended */
|
||||
} TaskSnapshot_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user