zephyr/arch
Daniel Leung db495a5ebe xtensa: stop execution under simulator for double exception
If running under Xtensa simulator, it is good to tell simulator
to stop execution once we reach double exception, as the current
double exception handler is simply an endless loop. If we turn
on tracing in the simulator, the output file would contain
an infinite iteration of this endless loop, and the simulator
needs to be stopped manually before the file size goes out of
control. So we need to tell the simulator to stop once
we reach this point instead of doing an endless loop.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-01-23 10:09:18 +00:00
..
arc treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS 2023-01-13 17:42:55 -05:00
arm arch: arm: aarch32: cortex_a_r: disable interrupts before context switching 2023-01-18 16:22:29 +01:00
arm64
common
mips
nios2
posix
riscv riscv: translate CPU numbers to hartid values for IPI 2023-01-19 13:48:42 +01:00
sparc
x86 arch/x86: Fix compilation error 2023-01-10 14:06:33 +00:00
xtensa xtensa: stop execution under simulator for double exception 2023-01-23 10:09:18 +00:00
CMakeLists.txt
Kconfig userspace: Do not use --relax flag 2023-01-16 11:20:32 +00:00