:orphan: .. title:: CONFIG_DEBUG_THREAD_INFO .. kconfig:: CONFIG_DEBUG_THREAD_INFO CONFIG_DEBUG_THREAD_INFO ######################## *Thread awareness support* Type: ``bool`` Help ==== .. code-block:: none 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 =================== !\ :kconfig:`SMP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`THREAD_MONITOR ` - \ :kconfig:`THREAD_NAME ` Symbols that select this symbol =============================== - \ :kconfig:`OPENOCD_SUPPORT ` Kconfig definition ================== At ``/debug/Kconfig:331`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. code-block:: kconfig 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.)*