Searched refs:current_address (Results 1 – 4 of 4) sorted by relevance
100 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC() local105 current_address, s.GetData()); in LookForPlanToStepThroughFromCurrentPC()109 current_address); in LookForPlanToStepThroughFromCurrentPC()
193 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(); in AtOurAddress() local197 if (m_addresses[i] == current_address) { in AtOurAddress()
113 Address current_address = current_frame->GetFrameCodeAddress(); in DeterminePtrauthFailure() local131 GetPtrauthInstructionInfo(target, arch, current_address); in DeterminePtrauthFailure()154 uint64_t current_pc = current_address.GetLoadAddress(&target); in DeterminePtrauthFailure()162 GetPtrauthInstructionInfo(target, arch, current_address); in DeterminePtrauthFailure()166 DescribeAddressBriefly(strm, current_address, target); in DeterminePtrauthFailure()
1996 int current_address = std::stoi(c->unit_address, nullptr, 16); in reassign_fragment_numbers() local1998 current_address += delta; in reassign_fragment_numbers()2001 delta = current_address + 1; in reassign_fragment_numbers()2002 new_address << std::hex << current_address; in reassign_fragment_numbers()