The latest development version of this page may be more current than this released 2.7.5 version.

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.

Direct dependencies

!SMP

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At subsys/debug/Kconfig:331

Included via Kconfig:8Kconfig.zephyr:44subsys/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.)