:orphan: .. title:: X86_EXCEPTION_STACK_TRACE .. option:: 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 =================== (\ :option:`EXCEPTION_STACK_TRACE ` && !\ :option:`X86_64 ` && \ :option:`X86 `) || (\ :option:`EXCEPTION_STACK_TRACE ` && \ :option:`NO_OPTIMIZATIONS ` && \ :option:`X86_64 ` && \ :option:`X86 `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``arch/x86/core/Kconfig.ia32:192`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` → ``arch/x86/Kconfig:319`` Menu path: (Top) → X86 Architecture Options .. parsed-literal:: config X86_EXCEPTION_STACK_TRACE bool default y depends on \ :option:`EXCEPTION_STACK_TRACE ` && !\ :option:`X86_64 ` && \ :option:`X86 ` help Internal config to enable runtime stack traces on fatal exceptions. ---- At ``arch/x86/core/Kconfig.intel64:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` → ``arch/x86/Kconfig:320`` Menu path: (Top) → X86 Architecture Options .. parsed-literal:: config X86_EXCEPTION_STACK_TRACE bool default y depends on \ :option:`EXCEPTION_STACK_TRACE ` && \ :option:`NO_OPTIMIZATIONS ` && \ :option:`X86_64 ` && \ :option:`X86 ` help Internal config to enable runtime stack traces on fatal exceptions. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*