ESP-IDF
update_breakpoints()
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
update_breakpoints()
update_breakpoints() function
Syntax
Show:
Summary
Declaration
from
esp_gdbstub.h:15
void
update_breakpoints
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
void
update_breakpoints
(
void
)
gdbstub.c:475
void
update_breakpoints
(
void
)
;
esp_gdbstub.h:15
update_breakpoints
(
)
;
crosscore_int.c:68
esp_crosscore_isr()
update_breakpoints
(
)
;
gdbstub.c:546
handle_Z0_command()
update_breakpoints
(
)
;
gdbstub.c:563
handle_z0_command()
update_breakpoints
(
)
;
gdbstub.c:583
handle_Z2_command()
update_breakpoints
(
)
;
gdbstub.c:602
handle_Z3_command()
update_breakpoints
(
)
;
gdbstub.c:621
handle_Z4_command()
update_breakpoints
(
)
;
gdbstub.c:637
handle_zx_command()
Call Tree
from
examples
update_breakpoints()
is called by 7 functions and calls 4 functions:
handle_Z0_command()
handle_z0_command()
handle_Z2_command()
handle_Z3_command()
handle_Z4_command()
handle_zx_command()
esp_crosscore_isr()
All items filtered out
update_breakpoints()
esp_cpu_set_breakpoint()
esp_cpu_clear_breakpoint()
esp_cpu_set_watchpoint()
esp_cpu_clear_watchpoint()
All items filtered out
Data Use
from
examples
update_breakpoints()
reads 4 variables:
bp_list
wp_list
wp_size
wp_access
All items filtered out
update_breakpoints()
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