ESP-IDF
esp_gdbstub_scratch_t::signal
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_gdbstub_scratch_t::signal
esp_gdbstub_scratch_t::signal field
Syntax
Show:
Summary
Declaration
from
esp_gdbstub_common.h:49
int
signal
;
Examples
References
from
examples
Code
Location
Referrer
int
signal
;
esp_gdbstub_common.h:49
s_scratch
.
signal
=
esp_gdbstub_get_signal
(
frame
)
;
gdbstub.c:78
esp_gdbstub_panic_handler()
esp_gdbstub_send_hex
(
s_scratch
.
signal
,
8
)
;
gdbstub.c:106
send_reason()
s_scratch
.
signal
=
esp_gdbstub_get_signal
(
regs_frame
)
;
gdbstub.c:235
gdbstub_handle_uart_int()
s_scratch
.
signal
=
5
;
/* esp_gdbstub_get_db_signal(regs_frame); */
gdbstub.c:305
gdbstub_handle_debug_int()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gdbstub_scratch_t::signal
is written by 3 functions and is read by 1 function:
esp_gdbstub_panic_handler()
gdbstub_handle_uart_int()
gdbstub_handle_debug_int()
All items filtered out
esp_gdbstub_scratch_t::signal
send_reason()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out