zephyr/subsys/debug
Andrew Boie 0f669132a0 kernel: remove gdb_server
This is unmaintained and currently has no known users. It was
added to support a Wind River project. If in the future we need it
again, we should re-introduce it with an exception-based mechanism
for catching out-of-bounds memory queries from the debugger.

The mem_safe subsystem is also removed, it is only used by the
GDB server. If its functionality is needed in the future, it
shoudl be replaced with an exception-based mechanism.

The _image_{ram, rom, text}_{start, end} linker variables have
been left in place, they will be re-purposed and expanded to
support memory protection.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-06-19 14:29:40 -04:00
..
Kconfig kernel: remove gdb_server 2017-06-19 14:29:40 -04:00
Makefile kernel: remove gdb_server 2017-06-19 14:29:40 -04:00
openocd.c subsys: convert to using newly introduced integer sized types 2017-04-21 09:36:22 -05:00