31#include <machine/frame.h>
32#include <machine/pcb.h>
40 struct switchframe sf;
59 if (pcb->pcb_esp == 0)
62 read_memory (pcb->pcb_esp, (gdb_byte *)&sf,
sizeof sf);
63 pcb->pcb_esp +=
sizeof (
struct switchframe);
void bsd_kvm_add_target(int(*supply_pcb)(struct regcache *, struct pcb *))
void raw_supply(int regnum, const void *buf) override
void read_memory(CORE_ADDR memaddr, gdb_byte *myaddr, ssize_t len)
static i386_bsd_nat_target< nbsd_nat_target > the_i386_nbsd_nat_target
static int i386nbsd_supply_pcb(struct regcache *regcache, struct pcb *pcb)
void _initialize_i386nbsd_nat()
void add_inf_child_target(inf_child_target *target)