30 #include <sys/types.h>
31 #include <machine/frame.h>
32 #include <machine/pcb.h>
40 struct switchframe sf;
59 if (pcb->pcb_esp == 0)
63 pcb->pcb_esp +=
sizeof (
struct switchframe);
struct target_ops * i386bsd_target(void)
void add_target(struct target_ops *t)
char * nbsd_pid_to_exec_file(struct target_ops *self, int pid)
static int i386nbsd_supply_pcb(struct regcache *regcache, struct pcb *pcb)
void _initialize_i386nbsd_nat(void)
void read_memory(CORE_ADDR memaddr, gdb_byte *myaddr, ssize_t len)
char *(* to_pid_to_exec_file)(struct target_ops *, int pid) TARGET_DEFAULT_RETURN(NULL)
void regcache_raw_supply(struct regcache *regcache, int regnum, const void *buf)
void bsd_kvm_add_target(int(*supply_pcb)(struct regcache *, struct pcb *))