]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gdbstub: Implement gdbserial 'p' and 'P' packets
authorJason Wessel <jason.wessel@windriver.com>
Thu, 5 Aug 2010 14:22:21 +0000 (09:22 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Thu, 5 Aug 2010 14:22:21 +0000 (09:22 -0500)
commit55751145dc1e08e16df418cdd101661f5c6ac991
treec166155b118da5768341e4678478c5dd508a2b17
parent22eeef4bb2a7fd225089c0044060ed1fbf091958
gdbstub: Implement gdbserial 'p' and 'P' packets

The gdbserial 'p' and 'P' packets allow gdb to individually get and
set registers instead of querying for all the available registers.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
include/linux/kgdb.h
kernel/debug/gdbstub.c