:orphan: .. title:: CONFIG_X86_EXCEPTION_STACK_TRACE .. kconfig:: CONFIG_X86_EXCEPTION_STACK_TRACE CONFIG_X86_EXCEPTION_STACK_TRACE ################################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Internal config to enable runtime stack traces on fatal exceptions. Help ==== .. code-block:: none Internal config to enable runtime stack traces on fatal exceptions. Direct dependencies =================== (\ :kconfig:`EXCEPTION_STACK_TRACE ` && !\ :kconfig:`X86_64 ` && \ :kconfig:`X86 `) || (\ :kconfig:`EXCEPTION_STACK_TRACE ` && \ :kconfig:`NO_OPTIMIZATIONS ` && \ :kconfig:`X86_64 ` && \ :kconfig:`X86 `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/x86/core/Kconfig.ia32:158`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/x86/Kconfig:482`` Menu path: (Top) → X86 Architecture Options .. code-block:: kconfig 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 ``/x86/core/Kconfig.intel64:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/x86/Kconfig:483`` Menu path: (Top) → X86 Architecture Options .. code-block:: kconfig 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.)*