ESP-IDF
esp_gdbstub_get_signal()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_gdbstub_get_signal()
esp_gdbstub_get_signal() function
Functions provided by the architecture specific part ***
Syntax
Show:
Summary
Declaration
Definition
from
esp_gdbstub_common.h:68
int
esp_gdbstub_get_signal
(
const
esp_gdbstub_frame_t
*
frame
)
;
Implemented in
gdbstub_xtensa.c:261
Arguments
Argument
Description
frame
exception frame pointer
Return value
the appropriate "signal" number for the given exception cause
Related Functions
Found 5 other functions taking a
XtExcFrame
argument:
Function
Description
esp_gdbstub_frame_to_regfile()
Write registers from the exception frame to the GDB register file
esp_gdbstub_do_step()
GDB do step GDB do one step
esp_gdbstub_set_register()
GDB set register in frame Set register in frame with address to value
gdbstub_handle_uart_int()
Signal handler for transport protocol interrupts.
gdbstub_handle_debug_int()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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