commit | b3cad3abf6df07db165091343b912c2a5de63c26 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Jun 23 15:23:08 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Jun 27 13:48:22 2014 +0200 |
tree | d010a10efa2e67806871326459b79fd4206ad98d | |
parent | 294d1292893867894992e810a01cfcfa451f1885 [diff] |
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>