:orphan: .. title:: DEBUG_COREDUMP_SHELL .. option:: CONFIG_DEBUG_COREDUMP_SHELL *Enable Coredump shell* Type: ``bool`` Help ==== This shell provides access to coredump and its backends. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`DEBUG_COREDUMP ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/coredump/Kconfig:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` → ``subsys/debug/Kconfig:346`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options → Enable Core Dump .. parsed-literal:: config DEBUG_COREDUMP_SHELL bool "Enable Coredump shell" default y depends on \ :option:`SHELL ` && \ :option:`DEBUG_COREDUMP ` help This shell provides access to coredump and its backends. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*