Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_gdbstub/private_include/
Desp_gdbstub_common.h38 #define GDBSTUB_CUR_TASK_INDEX_UNKNOWN -1 macro
/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()
408 s_scratch.paniced_task_index = GDBSTUB_CUR_TASK_INDEX_UNKNOWN; in find_paniced_task_index()