The latest development version of this page may be more current than this released 2.1.0 version.
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.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/debug/Kconfig:229

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:12

Menu path: (Top) → Debugging Options

config OPENOCD_SUPPORT
    bool "OpenOCD support [EXPERIMENTAL]"
    select THREAD_MONITOR
    select THREAD_NAME
    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.)