ESP-IDF
esp_gdbstub_panic_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_gdbstub_panic_handler()
esp_gdbstub_panic_handler() function
panic handler
Syntax
Show:
Summary
Declaration
Definition
from
esp_gdbstub.h:14
void
esp_gdbstub_panic_handler
(
void
*
frame
)
;
Implemented in
gdbstub.c:52
Arguments
Argument
frame
Examples
References
from
examples
Code
Location
Referrer
void
esp_gdbstub_panic_handler
(
void
*
in_frame
)
gdbstub.c:52
void
esp_gdbstub_panic_handler
(
void
*
frame
)
;
esp_gdbstub.h:14
esp_gdbstub_panic_handler
(
(
void
*
)
info
->
frame
)
;
panic.c:393
esp_panic_handler()
Call Tree
from
examples
esp_gdbstub_panic_handler()
is called by 1 function and calls 9 functions:
esp_panic_handler()
All items filtered out
esp_gdbstub_panic_handler()
send_reason()
esp_gdbstub_handle_command()
init_task_info()
find_paniced_task_index()
set_active_task()
esp_gdbstub_get_signal()
esp_gdbstub_send_end()
esp_gdbstub_send_str_packet()
esp_gdbstub_read_command()
All items filtered out
Data Use
from
examples
esp_gdbstub_panic_handler()
reads 6 variables and writes 2 variables:
esp_gdbstub_state_t::GDBSTUB_NOT_STARTED
esp_gdbstub_state_t::GDBSTUB_STARTED
esp_gdbstub_state_t::GDBSTUB_TASK_SUPPORT_DISABLED
esp_gdbstub_scratch_t::state
esp_gdbstub_scratch_t::paniced_task_index
s_scratch
All items filtered out
esp_gdbstub_panic_handler()
esp_gdbstub_scratch_t::signal
esp_gdbstub_scratch_t::state
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