Searched refs:m_resolved_addr (Results 1 – 2 of 2) sorted by relevance
25 m_addr(addr), m_resolved_addr(LLDB_INVALID_ADDRESS), in BreakpointResolverAddress() 31 m_addr(addr), m_resolved_addr(LLDB_INVALID_ADDRESS) {} in BreakpointResolverAddress() 138 m_resolved_addr = m_addr.GetLoadAddress(&breakpoint.GetTarget()); in SearchCallback() 150 if (cur_load_location != m_resolved_addr) { in SearchCallback() 151 m_resolved_addr = cur_load_location; in SearchCallback()
66 lldb::addr_t m_resolved_addr; // The current value of the resolved load variable