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

CONFIG_DEBUG_COREDUMP_SHELL

Enable Coredump shell

Type: bool

Help

This shell provides access to coredump and its backends.

Direct dependencies

SHELL && DEBUG_COREDUMP

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At subsys/debug/coredump/Kconfig:64

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:17subsys/debug/Kconfig:340

Menu path: (Top) → Sub Systems and OS Services → Debugging Options → Enable Core Dump

config DEBUG_COREDUMP_SHELL
    bool "Enable Coredump shell"
    default y
    depends on SHELL && DEBUG_COREDUMP
    help
      This shell provides access to coredump and its backends.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)