ESP-IDF
update_regfile_common()
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
update_regfile_common()
update_regfile_common() function
Syntax
Show:
Summary
Declaration
from
gdbstub_xtensa.c:28
static
void
update_regfile_common
(
esp_gdbstub_gdb_regfile_t
*
dst
)
;
Arguments
Argument
dst
Related Functions
Found 5 other functions taking a
esp_gdbstub_gdb_regfile_t
argument:
Function
Description
esp_gdbstub_frame_to_regfile()
Write registers from the exception frame to the GDB register file
init_regfile()
esp_gdbstub_tcb_to_regfile()
Write registers from the saved frame of a given task to the GDB register file
esp_gdbstub_tcb_frame_to_regfile()
solicited_frame_to_regfile()
Examples
References
from
examples
Code
Location
Referrer
static
void
update_regfile_common
(
esp_gdbstub_gdb_regfile_t
*
dst
)
gdbstub_xtensa.c:28
update_regfile_common
(
dst
)
;
gdbstub_xtensa.c:142
esp_gdbstub_frame_to_regfile()
update_regfile_common
(
dst
)
;
gdbstub_xtensa.c:222
esp_gdbstub_tcb_frame_to_regfile()
update_regfile_common
(
dst
)
;
gdbstub_xtensa.c:244
solicited_frame_to_regfile()
Call Tree
from
examples
update_regfile_common()
is called by 3 functions and calls 2 functions:
esp_gdbstub_frame_to_regfile()
esp_gdbstub_tcb_frame_to_regfile()
solicited_frame_to_regfile()
All items filtered out
update_regfile_common()
esp_cpu_pc_to_addr()
esp_stack_ptr_is_sane()
All items filtered out
Data Use
from
examples
update_regfile_common()
reads 3 variables and writes 2 variables:
esp_gdbstub_gdb_regfile_t::a
esp_gdbstub_gdb_regfile_t::configid0
esp_gdbstub_gdb_regfile_t::configid1
All items filtered out
update_regfile_common()
esp_gdbstub_gdb_regfile_t::windowbase
esp_gdbstub_gdb_regfile_t::windowstart
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