ESP-IDF
gdb_tid_to_task_index()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_tid_to_task_index()
gdb_tid_to_task_index() function
Syntax
Show:
Summary
Declaration
Definition
from
gdbstub.c:26
static
inline
int
gdb_tid_to_task_index
(
int
tid
)
;
Implemented in
gdbstub.c:885
Arguments
Argument
tid
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
gdb_tid_to_task_index
(
int
tid
)
gdbstub.c:885
static
inline
int
gdb_tid_to_task_index
(
int
tid
)
;
gdbstub.c:26
int
requested_task_index
=
gdb_tid_to_task_index
(
requested_tid
)
;
gdbstub.c:974
handle_H_command()
int
task_index
=
gdb_tid_to_task_index
(
esp_gdbstub_gethex
(
&
cmd
,
-
1
)
)
;
gdbstub.c:1059
handle_qThreadExtraInfo_command()
Call Tree
from
examples
gdb_tid_to_task_index()
is called by 2 functions:
handle_H_command()
handle_qThreadExtraInfo_command()
All items filtered out
gdb_tid_to_task_index()
All items filtered out
Data Use
from
examples
gdb_tid_to_task_index()
:
All items filtered out
gdb_tid_to_task_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