zephyr/subsys/debug
Andrew Boie 5dcb279df8 debug: add stack sentinel feature
This places a sentinel value at the lowest 4 bytes of a stack
memory region and checks it at various intervals, including when
servicing interrupts or context switching.

This is implemented on all arches except ARC, which supports stack
bounds checking directly in hardware.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-05-13 15:14:41 -04:00
..
Kconfig debug: add stack sentinel feature 2017-05-13 15:14:41 -04:00
Makefile kernel: Add OpenOCD support 2017-02-11 03:57:19 +00:00
gdb_server.c subsys: convert to using newly introduced integer sized types 2017-04-21 09:36:22 -05:00
mem_safe_check_boundaries.c subsys: convert to using newly introduced integer sized types 2017-04-21 09:36:22 -05:00
openocd.c subsys: convert to using newly introduced integer sized types 2017-04-21 09:36:22 -05:00