:orphan: .. title:: OPENOCD_SUPPORT .. option:: CONFIG_OPENOCD_SUPPORT *OpenOCD support [EXPERIMENTAL]* Type: ``bool`` Help ==== This option exports an array of offsets to kernel structs, used by OpenOCD to determine the state of running threads. (This option selects CONFIG_THREAD_MONITOR, so all of its caveats are implied.) 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 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/Kconfig:336`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. parsed-literal:: config OPENOCD_SUPPORT bool "OpenOCD support [EXPERIMENTAL]" select \ :option:`THREAD_MONITOR ` select \ :option:`THREAD_NAME ` depends on !\ :option:`SMP ` help This option exports an array of offsets to kernel structs, used by OpenOCD to determine the state of running threads. (This option selects CONFIG_THREAD_MONITOR, so all of its caveats are implied.) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*