Searched refs:bp_sites_in_range (Results 1 – 1 of 1) sorted by relevance
1722 BreakpointSiteList bp_sites_in_range; in RemoveBreakpointOpcodesFromBuffer() local1725 bp_sites_in_range)) { in RemoveBreakpointOpcodesFromBuffer()1726 bp_sites_in_range.ForEach([bp_addr, size, in RemoveBreakpointOpcodesFromBuffer()2143 BreakpointSiteList bp_sites_in_range; in WriteMemory() local2144 if (!m_breakpoint_site_list.FindInRange(addr, addr + size, bp_sites_in_range)) in WriteMemory()2148 if (bp_sites_in_range.IsEmpty()) in WriteMemory()2154 bp_sites_in_range.ForEach([this, addr, size, &bytes_written, &ubuf, in WriteMemory()