Home
last modified time | relevance | path

Searched refs:esp_gdbstub_get_signal (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-2.7.6/components/esp_gdbstub/riscv/
Dgdbstub_riscv.c57 int esp_gdbstub_get_signal(const esp_gdbstub_frame_t *frame) in esp_gdbstub_get_signal() function
/hal_espressif-2.7.6/components/esp_gdbstub/private_include/
Desp_gdbstub_common.h75 int esp_gdbstub_get_signal(const esp_gdbstub_frame_t *frame);
/hal_espressif-2.7.6/components/esp_gdbstub/xtensa/
Dgdbstub_xtensa.c126 int esp_gdbstub_get_signal(const esp_gdbstub_frame_t *frame) in esp_gdbstub_get_signal() function
/hal_espressif-2.7.6/components/esp_gdbstub/src/
Dgdbstub.c62 s_scratch.signal = esp_gdbstub_get_signal(frame); in esp_gdbstub_panic_handler()