ESP-IDF
unity_input_from_gdb
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
unity_input_from_gdb
unity_input_from_gdb variable
Syntax
Show:
Summary
Declaration
from
unity_port_esp32.c:74
char
unity_input_from_gdb
[
64
]
;
Examples
References
from
examples
Code
Location
Referrer
char
unity_input_from_gdb
[
64
]
;
unity_port_esp32.c:74
size_t
unity_input_from_gdb_len
=
strlen
(
unity_input_from_gdb
)
;
unity_port_esp32.c:78
unity_gets()
memcpy
(
dst
,
unity_input_from_gdb
,
unity_input_from_gdb_len
)
;
unity_port_esp32.c:80
unity_gets()
memset
(
unity_input_from_gdb
,
0
,
sizeof
(
unity_input_from_gdb
)
)
;
unity_port_esp32.c:83
unity_gets()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
unity_input_from_gdb
is read by 1 function:
All items filtered out
unity_input_from_gdb
unity_gets()
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