ESP-IDF
task_index_to_gdb_tid()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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
task_index_to_gdb_tid()
task_index_to_gdb_tid() function
Syntax
Show:
Summary
Declaration
Definition
from
gdbstub.c:27
static
inline
int
task_index_to_gdb_tid
(
int
tid
)
;
Implemented in
gdbstub.c:890
Arguments
Argument
tid
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
task_index_to_gdb_tid
(
int
tid
)
gdbstub.c:890
static
inline
int
task_index_to_gdb_tid
(
int
tid
)
;
gdbstub.c:27
esp_gdbstub_send_hex
(
task_index_to_gdb_tid
(
s_scratch
.
current_task_index
)
,
32
)
;
gdbstub.c:998
handle_qC_command()
eTaskState
state
=
get_task_state
(
task_index_to_gdb_tid
(
i
)
)
;
gdbstub.c:1006
getActiveTaskNum()
esp_gdbstub_send_hex
(
task_index_to_gdb_tid
(
task_index
)
,
32
)
;
gdbstub.c:1029
send_single_thread_info()
Call Tree
from
examples
task_index_to_gdb_tid()
is called by 3 functions:
handle_qC_command()
getActiveTaskNum()
send_single_thread_info()
All items filtered out
task_index_to_gdb_tid()
All items filtered out
Data Use
from
examples
task_index_to_gdb_tid()
:
All items filtered out
task_index_to_gdb_tid()
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