ESP-IDF
GDBSTUB_TASKS_NUM
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
GDBSTUB_TASKS_NUM
GDBSTUB_TASKS_NUM macro
Syntax
Show:
Summary
Declaration
from
esp_gdbstub_common.h:42
#define
GDBSTUB_TASKS_NUM
CONFIG_ESP_GDBSTUB_MAX_TASKS
Examples
References
from
examples
Code
Location
#define
GDBSTUB_TASKS_NUM
CONFIG_ESP_GDBSTUB_MAX_TASKS
esp_gdbstub_common.h:42
TaskSnapshot_t
tasks
[
GDBSTUB_TASKS_NUM
]
;
// TODO: add an API to get snapshots one by one
esp_gdbstub_common.h:57
s_scratch
.
task_count
=
uxTaskGetSnapshotAll
(
s_scratch
.
tasks
,
GDBSTUB_TASKS_NUM
,
&
tcb_size
)
;
gdbstub.c:898
Call Tree
from
examples
All items filtered out
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