]> git.proxmox.com Git - qemu.git/commit
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)
commitafcb0e4559df1421dcb5df75266769e48b96b46d
tree8897c285ed64531274ef520f7aafcd0950509ab4
parent8cb310e1304aacfb2987ddad93b5ec96bee2b83f
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