Lines Matching defs:pc
650 nub_addr_t pc = GetPC(INVALID_NUB_ADDRESS);
651 if (pc != INVALID_NUB_ADDRESS && pc > 0)
653 pc -= 1;
654 // Check for a breakpoint at one byte prior to the current PC value
655 // since the PC will be just past the trap.
657 DNBBreakpoint *bp = m_thread->Process()->Breakpoints().FindByAddress(pc);
660 // Backup the PC for i386 since the trap was taken and the PC
664 m_state.context.gpr.__eip = pc;
665 // Write the new PC back out
1075 { e_regSetGPR, gpr_eip, "eip" , "pc" , Uint, Hex, GPR_SIZE(eip), GPR_OFFSET(eip) , gcc_eip , dwarf_eip , GENERIC_REGNUM_PC , gdb_eip , NULL, NULL},