ESP-IDF
gdb_local_regfile
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gdb_local_regfile
gdb_local_regfile variable
Syntax
Show:
Summary
Declaration
from
gdbstub.c:47
esp_gdbstub_gdb_regfile_t
*
gdb_local_regfile
=
&
s_scratch
.
regfile
;
Examples
References
from
examples
Code
Location
Referrer
esp_gdbstub_gdb_regfile_t
*
gdb_local_regfile
=
&
s_scratch
.
regfile
;
gdbstub.c:47
esp_gdbstub_frame_to_regfile
(
regs_frame
,
gdb_local_regfile
)
;
gdbstub.c:247
gdbstub_handle_uart_int()
esp_gdbstub_frame_to_regfile
(
regs_frame
,
gdb_local_regfile
)
;
gdbstub.c:318
gdbstub_handle_debug_int()
esp_gdbstub_frame_to_regfile
(
(
esp_gdbstub_frame_t
*
)
temp_regs_frame
,
gdb_local_regfile
)
;
gdbstub.c:689
handle_P_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gdb_local_regfile
is read by 3 functions:
All items filtered out
gdb_local_regfile
gdbstub_handle_uart_int()
gdbstub_handle_debug_int()
handle_P_command()
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