ESP-IDF
esp_gdbstub_readmem()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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_readmem()
esp_gdbstub_readmem() function
Syntax
Show:
Summary
Declaration
from
gdbstub.c:403
static
int
esp_gdbstub_readmem
(
intptr_t
addr
)
;
Arguments
Argument
addr
Examples
References
from
examples
Code
Location
Referrer
static
int
esp_gdbstub_readmem
(
intptr_t
addr
)
gdbstub.c:403
if
(
esp_gdbstub_readmem
(
addr
)
<
0
||
esp_gdbstub_readmem
(
addr
+
size
-
1
)
<
0
)
{
gdbstub.c:440
handle_m_command()
int
b
=
esp_gdbstub_readmem
(
addr
++
)
;
gdbstub.c:447
handle_m_command()
if
(
esp_gdbstub_readmem
(
addr
)
<
0
||
esp_gdbstub_readmem
(
addr
+
size
-
1
)
<
0
)
{
gdbstub.c:461
handle_M_command()
Call Tree
from
examples
esp_gdbstub_readmem()
is called by 2 functions and calls 1 function:
handle_m_command()
handle_M_command()
All items filtered out
esp_gdbstub_readmem()
is_valid_memory_region()
All items filtered out
Data Use
from
examples
esp_gdbstub_readmem()
:
All items filtered out
esp_gdbstub_readmem()
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