ESP-IDF
esp_gdbstub_gdb_regfile_t::a
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_gdb_regfile_t::a
esp_gdbstub_gdb_regfile_t::a field
Syntax
Show:
Summary
Declaration
from
esp_gdbstub_arch.h:29
uint32_t
a
[
XCHAL_NUM_AREGS
]
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
a
[
XCHAL_NUM_AREGS
]
;
esp_gdbstub_arch.h:29
if
(
dst
->
a
[
0
]
&
0x8000000U
)
{
gdbstub_xtensa.c:30
update_regfile_common()
dst
->
a
[
0
]
=
(
uint32_t
)
esp_cpu_pc_to_addr
(
dst
->
a
[
0
]
)
;
gdbstub_xtensa.c:31
update_regfile_common()
if
(
!
esp_stack_ptr_is_sane
(
dst
->
a
[
1
]
)
)
{
gdbstub_xtensa.c:33
update_regfile_common()
dst
->
a
[
1
]
=
0xDEADBEEF
;
gdbstub_xtensa.c:34
update_regfile_common()
dst
->
a
[
i
]
=
a_regs
[
i
]
;
gdbstub_xtensa.c:98
esp_gdbstub_frame_to_regfile()
dst
->
a
[
i
]
=
0xDEADBEEF
;
gdbstub_xtensa.c:101
esp_gdbstub_frame_to_regfile()
dst
->
a
[
i
]
=
a_regs
[
i
]
;
gdbstub_xtensa.c:171
esp_gdbstub_tcb_frame_to_regfile()
dst
->
a
[
i
]
=
0xDEADBEEF
;
gdbstub_xtensa.c:174
esp_gdbstub_tcb_frame_to_regfile()
dst
->
a
[
i
]
=
a_regs
[
i
]
;
gdbstub_xtensa.c:237
solicited_frame_to_regfile()
dst
->
a
[
i
]
=
0xDEADBEEF
;
gdbstub_xtensa.c:240
solicited_frame_to_regfile()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gdbstub_gdb_regfile_t::a
is read by 4 functions:
All items filtered out
esp_gdbstub_gdb_regfile_t::a
update_regfile_common()
esp_gdbstub_frame_to_regfile()
esp_gdbstub_tcb_frame_to_regfile()
solicited_frame_to_regfile()
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