Searched refs:paniced_task_index (Results 1 – 2 of 2) sorted by relevance
65 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()
63 int paniced_task_index; member