esp_core_dump_get_task_snapshot() function
Get a task snapshot from a given handle.
Arguments
handle
Task handle to get the snapshot from.
task
Returned task header.
interrupted_stack
Backup of the task stack if the handle passed is the task that crashed and if it crashed within an ISR context.
Return value
false is the task is broken, true else.