Home
last modified time | relevance | path

Searched refs:m_address_to_location (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationList.cpp23 : m_owner(owner), m_locations(), m_address_to_location(), m_mutex(), in BreakpointLocationList()
38 m_address_to_location[addr] = bp_loc_sp; in Create()
115 addr_map::const_iterator pos = m_address_to_location.find(so_addr); in FindByAddress()
116 if (pos != m_address_to_location.end()) in FindByAddress()
230 m_address_to_location.erase(to_location_sp->GetAddress()); in SwapLocation()
233 m_address_to_location[to_location_sp->GetAddress()] = to_location_sp; in SwapLocation()
242 m_address_to_location.erase(bp_loc_sp->GetAddress()); in RemoveLocation()
257 m_address_to_location.erase(m_locations[idx]->GetAddress()); in RemoveLocationByIndex()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocationList.h198 addr_map m_address_to_location; variable