Searched refs:current_address (Results 1 – 4 of 4) sorted by relevance
104 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC() local109 … log->Printf ("Found step through plan from 0x%" PRIx64 ": %s", current_address, s.GetData()); in LookForPlanToStepThroughFromCurrentPC()113 … log->Printf ("Couldn't find step through plan from address 0x%" PRIx64 ".", current_address); in LookForPlanToStepThroughFromCurrentPC()
255 lldb::addr_t current_address = m_thread.GetRegisterContext()->GetPC(); in AtOurAddress() local260 if (m_addresses[i] == current_address) in AtOurAddress()
297 long current_address; /* Current stack segment address. */ member354 trailer = (struct stk_trailer *) (status.current_address in i00afunc()