marcel 2008-03-17 00:46:52 UTC FreeBSD src repository
Modified files: sys/powerpc/include gdb_machdep.h sys/powerpc/powerpc gdb_machdep.c Log: Make remote GDB work for AIM processors. For BookE, the kernel will have a special section, named .PPC.EMB.apuinfo, which will tell GDB that a BookE processor is targeted and which will result in GDB using a different register definition. In order to support remote GDB for BookE, we need the GDB stub in the kernel look for that section and use the BookE definitions. Revision Changes Path 1.2 +15 -3 src/sys/powerpc/include/gdb_machdep.h 1.3 +12 -40 src/sys/powerpc/powerpc/gdb_machdep.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"