Allow building a powerpc cross-kgdb.

This commit is contained in:
Marcel Moolenaar 2012-04-27 20:16:20 +00:00
parent 57c4d565e2
commit f502124c06

View File

@ -28,8 +28,13 @@
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#ifdef CROSS_DEBUGGER
#include <sys/powerpc/include/pcb.h>
#include <sys/powerpc/include/frame.h>
#else
#include <machine/pcb.h>
#include <machine/frame.h>
#endif
#include <err.h>
#include <kvm.h>
#include <string.h>