Searched refs:pc_regval (Results 1 – 1 of 1) sorted by relevance
2915 DNBRegisterValue pc_regval; in SendStopReplyPacketForThread() local2917 GENERIC_REGNUM_PC, &pc_regval)) { in SendStopReplyPacketForThread()2919 if (pc_regval.value.uint64 != INVALID_NUB_ADDRESS) { in SendStopReplyPacketForThread()2920 if (pc_regval.info.size == 4) { in SendStopReplyPacketForThread()2921 pc = pc_regval.value.uint32; in SendStopReplyPacketForThread()2922 } else if (pc_regval.info.size == 8) { in SendStopReplyPacketForThread()2923 pc = pc_regval.value.uint64; in SendStopReplyPacketForThread()