ESP-IDF
handle_qsThreadInfo_command()
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
handle_qsThreadInfo_command()
handle_qsThreadInfo_command() function
Syntax
Show:
Summary
Declaration
from
gdbstub.c:1043
static
void
handle_qsThreadInfo_command
(
const
unsigned
char
*
cmd
,
int
len
)
;
Arguments
Argument
cmd
len
Examples
References
from
examples
Code
Location
Referrer
static
void
handle_qsThreadInfo_command
(
const
unsigned
char
*
cmd
,
int
len
)
gdbstub.c:1043
handle_qsThreadInfo_command
(
cmd
,
len
)
;
gdbstub.c:1111
handle_task_commands()
Call Tree
from
examples
handle_qsThreadInfo_command()
is called by 1 function and calls 2 functions:
handle_task_commands()
All items filtered out
handle_qsThreadInfo_command()
send_single_thread_info()
esp_gdbstub_send_str_packet()
All items filtered out
Data Use
from
examples
handle_qsThreadInfo_command()
reads 3 variables and writes 1 variable:
esp_gdbstub_scratch_t::task_count
esp_gdbstub_scratch_t::thread_info_index
s_scratch
All items filtered out
handle_qsThreadInfo_command()
esp_gdbstub_scratch_t::thread_info_index
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