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 Subsystem>/debug/Kconfig:331
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/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.)