]> git.baikalelectronics.ru Git - kernel.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)
commit3a1d4078595e94d8af59ef55a18bc687bea9a508
treec166155b118da5768341e4678478c5dd508a2b17
parentc120ae6922781238b41da092ddadb25552b5f7f6
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