Home
last modified time | relevance | path

Searched refs:paniced_task_index (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_gdbstub/src/
Dgdbstub.c65 if (s_scratch.paniced_task_index == GDBSTUB_CUR_TASK_INDEX_UNKNOWN) { in esp_gdbstub_panic_handler()
68 set_active_task(s_scratch.paniced_task_index); in esp_gdbstub_panic_handler()
404 s_scratch.paniced_task_index = i; in find_paniced_task_index()
408 s_scratch.paniced_task_index = GDBSTUB_CUR_TASK_INDEX_UNKNOWN; in find_paniced_task_index()
414 if (index == s_scratch.paniced_task_index) { in set_active_task()
/hal_espressif-3.6.0/components/esp_gdbstub/private_include/
Desp_gdbstub_common.h63 int paniced_task_index; member