GDB (API)
|
#include "defs.h"
#include "inferior.h"
#include "regcache.h"
#include "gdb_assert.h"
#include <signal.h>
#include <stddef.h>
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include <machine/frame.h>
#include "i386-tdep.h"
#include "i387-tdep.h"
#include "i386bsd-nat.h"
#include "inf-ptrace.h"
Go to the source code of this file.
Defines | |
#define | REG_OFFSET(member) offsetof (struct reg, member) |
#define | GETREGS_SUPPLIES(regnum) ((0 <= (regnum) && (regnum) <= 15)) |
Functions | |
struct target_ops * | i386bsd_target (void) |
void | _initialize_i386bsd_nat (void) |
#define GETREGS_SUPPLIES | ( | regnum | ) | ((0 <= (regnum) && (regnum) <= 15)) |
Definition at line 78 of file i386bsd-nat.c.
#define REG_OFFSET | ( | member | ) | offsetof (struct reg, member) |
Definition at line 44 of file i386bsd-nat.c.
void _initialize_i386bsd_nat | ( | void | ) |
Definition at line 338 of file i386bsd-nat.c.
struct target_ops* i386bsd_target | ( | void | ) | [read] |
Definition at line 245 of file i386bsd-nat.c.