:orphan: .. title:: DEBUG_THREAD_INFO .. option:: 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 =================== !\ :option:`SMP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`THREAD_MONITOR ` - \ :option:`THREAD_NAME ` Symbols that select this symbol =============================== - \ :option:`OPENOCD_SUPPORT ` Kconfig definition ================== At ``/debug/Kconfig:331`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/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.)*