ESP-IDF
esp_gdbstub_send_str()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_send_str()
esp_gdbstub_send_str() function
Send a string as part of the packet
Syntax
Show:
Summary
Declaration
Definition
from
esp_gdbstub_common.h:134
void
esp_gdbstub_send_str
(
const
char
*
s
)
;
Implemented in
packet.c:37
Arguments
Argument
s
Examples
References
from
examples
Code
Location
Referrer
void
esp_gdbstub_send_str
(
const
char
*
c
)
packet.c:37
void
esp_gdbstub_send_str
(
const
char
*
s
)
;
esp_gdbstub_common.h:134
esp_gdbstub_send_str
(
"OK"
)
;
gdbstub.c:284
gdbstub_handle_uart_int()
esp_gdbstub_send_str
(
"qSupported:multiprocess+;swbreak-;hwbreak+;qRelocInsn+;fork-events+;vfork-events+;exec-events+;vContSupported+;QThreadEvents+;no-resumed+"
)
;
gdbstub.c:699
handle_qSupported_command()
esp_gdbstub_send_str
(
"QC"
)
;
gdbstub.c:997
handle_qC_command()
esp_gdbstub_send_str
(
"m"
)
;
gdbstub.c:1028
send_single_thread_info()
esp_gdbstub_send_str
(
str
)
;
packet.c:70
esp_gdbstub_send_str_packet()
Call Tree
from
examples
esp_gdbstub_send_str()
is called by 5 functions and calls 1 function:
esp_gdbstub_send_str_packet()
gdbstub_handle_uart_int()
handle_qSupported_command()
handle_qC_command()
send_single_thread_info()
All items filtered out
esp_gdbstub_send_str()
esp_gdbstub_send_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