Searched refs:pc_regval (Results 1 – 1 of 1) sorted by relevance
2785 DNBRegisterValue pc_regval; in SendStopReplyPacketForThread() local2787 GENERIC_REGNUM_PC, &pc_regval)) { in SendStopReplyPacketForThread()2789 if (pc_regval.value.uint64 != INVALID_NUB_ADDRESS) { in SendStopReplyPacketForThread()2790 if (pc_regval.info.size == 4) { in SendStopReplyPacketForThread()2791 pc = pc_regval.value.uint32; in SendStopReplyPacketForThread()2792 } else if (pc_regval.info.size == 8) { in SendStopReplyPacketForThread()2793 pc = pc_regval.value.uint64; in SendStopReplyPacketForThread()