GDB (API)
|
#include "defs.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include <machine/frame.h>
#include <machine/pcb.h>
#include "gdbcore.h"
#include "inferior.h"
#include "regcache.h"
#include "gdb_assert.h"
#include "ppc-tdep.h"
#include "ppcnbsd-tdep.h"
#include "bsd-kvm.h"
#include "inf-ptrace.h"
Go to the source code of this file.
Functions | |
void | _initialize_ppcnbsd_nat (void) |
void _initialize_ppcnbsd_nat | ( | void | ) |
Definition at line 187 of file ppcnbsd-nat.c.