zephyr/arch
Andrew Boie 1b45de8010 x86: fix stack traces on x86_64
Runtime stack traces (at least as currently implemented)
don't work on x86_64 normally as RBP is treated as a general-
purpose register. Depend on CONFIG_NO_OPTIMIZATIONS to enable
this on 64-bit.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-12-18 08:15:54 -05:00
..
arc global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
arm include: Fix use of <misc/FOO.h> -> <sys/FOO.h> 2019-12-10 08:39:37 -05:00
common kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
nios2 global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
posix global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
riscv kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
x86 x86: fix stack traces on x86_64 2019-12-18 08:15:54 -05:00
xtensa kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
Kconfig arch: enable MPU Gap filling by default in build without user mode 2019-11-22 11:36:59 +01:00