-
CONFIG_DEBUG_THREAD_INFO
¶
Thread awareness support
Type: bool
Help¶
This option exports an array of offsets to kernel structs to allow
for debugger RTOS plugins to determine the state of running threads.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/debug/Kconfig:330
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:17
Menu path: (Top) → Sub Systems and OS Services → Debugging Options
config DEBUG_THREAD_INFO
bool "Thread awareness support"
select THREAD_MONITOR
select THREAD_NAME
depends on !SMP
help
This option exports an array of offsets to kernel structs to allow
for debugger RTOS plugins to determine the state of running threads.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)