Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_gdbstub/src/
Dgdbstub.c224 if (res == GDBSTUB_ST_CONT) { in gdbstub_handle_uart_int()
342 return GDBSTUB_ST_CONT; in esp_gdbstub_handle_command()
565 return GDBSTUB_ST_CONT; in handle_task_commands()
/hal_espressif-3.6.0/components/esp_gdbstub/private_include/
Desp_gdbstub_common.h35 #define GDBSTUB_ST_CONT -4 macro