ESP-IDF
esp_gdbstub_scratch_t::thread_info_index
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_gdbstub_scratch_t::thread_info_index
esp_gdbstub_scratch_t::thread_info_index field
Syntax
Show:
Summary
Declaration
from
esp_gdbstub_common.h:55
int
thread_info_index
;
Examples
References
from
examples
Code
Location
Referrer
int
thread_info_index
;
//!< index of the last task passed to qsThreadInfo
esp_gdbstub_common.h:55
s_scratch
.
thread_info_index
=
1
;
gdbstub.c:1040
handle_qfThreadInfo_command()
int
task_index
=
s_scratch
.
thread_info_index
;
gdbstub.c:1045
handle_qsThreadInfo_command()
send_single_thread_info
(
s_scratch
.
thread_info_index
)
;
gdbstub.c:1051
handle_qsThreadInfo_command()
s_scratch
.
thread_info_index
++
;
gdbstub.c:1052
handle_qsThreadInfo_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gdbstub_scratch_t::thread_info_index
is written by 2 functions and is read by 1 function:
handle_qfThreadInfo_command()
handle_qsThreadInfo_command()
All items filtered out
esp_gdbstub_scratch_t::thread_info_index
handle_qsThreadInfo_command()
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