zephyr/include/misc
Benjamin Walsh f703f7d0f6 debug: add target GDB server
The GDB server implements a set of GDB commands, such as read/write
memory, read/write registers, connect/detach, breakpoints, single-step,
continue. It is not OS-aware, and thus provides a 'system-level'
debugging environment, where the system stops when debugging (such as
handling a breakpoint or single-stepping).

It currently only works over a serial line, taking over the
uart_console. If target code prints over the console, the GDB server
intecepts them and does not send the characters directly over the serial
line, but rather wraps them in a packet handled by the GDB client.

Change-Id: Ic4b82e81b5a575831c01af7b476767234fbf74f7
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-04-16 05:29:22 +00:00
..
debug debug: add target GDB server 2016-04-16 05:29:22 +00:00
__assert.h doc: Fix warning about unsupported xml/html tag 2016-02-11 20:11:03 +00:00
byteorder.h
dlist.h
event_logger.h doc: Edit the Event Logger APIs 2016-02-12 01:41:20 +00:00
kernel_event_logger.h doc: kernel_event_logger: fix complain about @defgroup 2016-04-15 22:06:43 +00:00
printk.h
reboot.h
ring_buffer.h debug: adds object tracing capability to ring buffers 2016-03-11 22:12:51 +00:00
shell.h console: shell: expect const commands array 2016-04-01 13:12:56 +00:00
slist.h doc: misc/slist: fixed unsupported xml/html tag warnings 2016-04-15 22:06:43 +00:00
stack.h Bluetooth: Move stack analysis helper to a global location 2016-03-17 16:29:05 +00:00
sys_log.h sys_log: User can prevent extra newline to be printed 2016-03-24 08:02:10 +00:00
util.h include: misc: Add a utility macro to generate a bit mask 2016-03-24 08:01:52 +00:00