]> git.proxmox.com Git - mirror_qemu.git/commit
PPC: Add support for Apple gdb in gdbstub
authorAlexander Graf <agraf@suse.de>
Mon, 23 Jun 2014 13:23:08 +0000 (15:23 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 27 Jun 2014 11:48:22 +0000 (13:48 +0200)
commitb3cad3abf6df07db165091343b912c2a5de63c26
treed010a10efa2e67806871326459b79fd4206ad98d
parent294d1292893867894992e810a01cfcfa451f1885
PPC: Add support for Apple gdb in gdbstub

The Apple gdbstub protocol is different from the normal gdbstub protocol
used on PowerPC. Add support for the different variant, so that we can use
Apple's gdb to debug guest code.

Keep in mind that the switch is a compile time option. We can't detect
during runtime whether a gdb connecting to us is an upstream gdb or an
Apple gdb.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu-qom.h
target-ppc/gdbstub.c
target-ppc/translate_init.c