GDB (API)
|
#include "defs.h"
#include "gdbcore.h"
#include "inferior.h"
#include "regcache.h"
#include "gdb_assert.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include "m68k-tdep.h"
#include "inf-ptrace.h"
#include <machine/pcb.h>
#include "bsd-kvm.h"
Go to the source code of this file.
Defines | |
#define | PCB_REGS_FP 10 |
#define | PCB_REGS_SP 11 |
Functions | |
void | _initialize_m68kbsd_nat (void) |
#define PCB_REGS_FP 10 |
Definition at line 186 of file m68kbsd-nat.c.
#define PCB_REGS_SP 11 |
Definition at line 189 of file m68kbsd-nat.c.
void _initialize_m68kbsd_nat | ( | void | ) |
Definition at line 228 of file m68kbsd-nat.c.