CONFIG_X86_EXCEPTION_STACK_TRACE

(No prompt – not directly user assignable.)

Type: bool

Help

Internal config to enable runtime stack traces on fatal exceptions.

Help

Internal config to enable runtime stack traces on fatal exceptions.

Direct dependencies

(EXCEPTION_STACK_TRACE && !X86_64 && X86) || (EXCEPTION_STACK_TRACE && NO_OPTIMIZATIONS && X86_64 && X86)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/arch/x86/core/Kconfig.ia32:211

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/x86/Kconfig:327

Menu path: (Top) → X86 Architecture Options

config X86_EXCEPTION_STACK_TRACE
    bool
    default y
    depends on EXCEPTION_STACK_TRACE && !X86_64 && X86
    help
      Internal config to enable runtime stack traces on fatal exceptions.

At <Zephyr>/arch/x86/core/Kconfig.intel64:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/x86/Kconfig:328

Menu path: (Top) → X86 Architecture Options

config X86_EXCEPTION_STACK_TRACE
    bool
    default y
    depends on EXCEPTION_STACK_TRACE && NO_OPTIMIZATIONS && X86_64 && X86
    help
      Internal config to enable runtime stack traces on fatal exceptions.

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