zephyr/subsys/debug
Flavio Ceolin 5408f3102d debug: x86: Add gdbstub for X86
It implements gdb remote protocol to talk with a host gdb during the
debug session. The implementation is divided in three layers:

1 - The top layer that is responsible for the gdb remote protocol.
2 - An architecture specific layer responsible to write/read registers,
    set breakpoints, handle exceptions, ...
3 - A transport layer to be used to communicate with the host

The communication with GDB in the host is synchronous and the systems
stops execution waiting for instructions and return its execution after
a "continue" or "step" command. The protocol has an exception that is
when the host sends a packet to cause an interruption, usually triggered
by a Ctrl-C. This implementation ignores this instruction though.

This initial work supports only X86 using uart as backend.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2020-09-02 20:54:57 -04:00
..
coredump debug/coredump: add a primitive coredump mechanism 2020-08-24 20:28:24 -04:00
gdbstub debug: x86: Add gdbstub for X86 2020-09-02 20:54:57 -04:00
asan_hacks.c debug: asan: Added leak suppression for SDL2 & X11 2019-12-09 16:38:48 -05:00
CMakeLists.txt debug: x86: Add gdbstub for X86 2020-09-02 20:54:57 -04:00
gdbstub_backend.h debug: x86: Add gdbstub for X86 2020-09-02 20:54:57 -04:00
gdbstub.c debug: x86: Add gdbstub for X86 2020-09-02 20:54:57 -04:00
Kconfig debug: x86: Add gdbstub for X86 2020-09-02 20:54:57 -04:00
openocd.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
thread_analyzer.c subsys: Replace printf by printk when applicable 2020-05-09 21:25:33 +02:00