ESP-IDF
gdb_packet()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
gdb_packet()
gdb_packet() function
Prepare GDB packet Function build GDB asci packet and return checksum Return checksum
Syntax
Show:
Summary
Declaration
Definition
from
gdbstub.c:44
static
char
gdb_packet
(
char
*
dest_buff
,
char
*
src_buff
,
int
len
)
;
Implemented in
gdbstub.c:836
Arguments
Argument
dest_buff
src_buff
len
Examples
References
from
examples
Code
Location
Referrer
char
gdb_packet
(
char
*
dest_buff
,
char
*
src_buff
,
int
len
)
gdbstub.c:836
static
char
gdb_packet
(
char
*
dest_buff
,
char
*
src_buff
,
int
len
)
;
gdbstub.c:44
s_chsum
+=
gdb_packet
(
&
log_buffer
[
2
]
,
&
sent_data
[
send_pos
]
,
will_send
)
;
gdbstub.c:808
gdbstub__swrite()
Call Tree
from
examples
gdb_packet()
is called by 1 function and calls 1 function:
gdbstub__swrite()
All items filtered out
gdb_packet()
gdb_get_asci_char()
All items filtered out
Data Use
from
examples
All items filtered out
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