Go to file
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
arch debug: add target GDB server 2016-04-16 05:29:22 +00:00
boards
doc docs: adding details for the D2000 board 2016-04-16 01:57:41 +00:00
drivers console: add hook for debug server to handle outgoing characters 2016-04-16 05:29:20 +00:00
include debug: add target GDB server 2016-04-16 05:29:22 +00:00
kernel
lib libc: add strncat() to minimal libc 2016-04-16 05:29:21 +00:00
misc debug: add target GDB server 2016-04-16 05:29:22 +00:00
net
samples
scripts
tests
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile
Makefile.inc
zephyr-env.sh