S390 GDB stub
authorAlexander Graf <agraf@suse.de>
Sat, 5 Dec 2009 11:44:29 +0000 (12:44 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 5 Dec 2009 16:36:06 +0000 (17:36 +0100)
commit10e90b706b9ab51c219e6107106b43ba82cb5d28
tree8897c285ed64531274ef520f7aafcd0950509ab4
parenta5a114469dc68b6ff0bef7b82e8af9023c48a55b
S390 GDB stub

In order to debug funny kernel breakages it's always good to have a working
gdb stub around.

While Uli's patches don't include one one, I needed one that's at least good
enough for 'bt' and some variable examinations during early bootup.

So here it is - the absolute basics to get the qemu gdb stub running with s390x
targets.

Sgined-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
gdbstub.c