Home
last modified time | relevance | path

Searched refs:pcb_eip (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/i386/include/
H A Ddb_machdep.h48 kdb_thrctx->pcb_eip += 1; \
54 kdb_thrctx->pcb_eip -= 1; \
H A Dpcb.h56 int pcb_eip; /* (*) */ member
/freebsd/sys/i386/i386/
H A Dgdb_machdep.c73 case 8: return (&kdb_thrctx->pcb_eip); in gdb_cpu_getreg()
90 kdb_thrctx->pcb_eip = *(register_t *)val; in gdb_cpu_setreg()
H A Dgenassym.c109 ASSYM(PCB_EIP, offsetof(struct pcb, pcb_eip));
H A Ddb_trace.c579 ctx->pcb_eip, ctx->pcb_esp, count)); in db_trace_thread()
H A Dvm_machdep.c182 pcb2->pcb_eip = (int)fork_trampoline + setidt_disp; in copy_thread()
H A Dmachdep.c1850 pcb->pcb_eip = tf->tf_eip; in makectx()
/freebsd/tools/debugscripts/
H A Dgdbinit.i386240 …printf "ip: %08x sp: %08x bp: %08x bx: %08x\n", $pcba->pcb_eip, $pcba->pcb_esp, $pcba->pcb_ebp, $p…
241 x/1i $pcba->pcb_eip