Searched refs:bp_sites_in_range (Results 1 – 1 of 1) sorted by relevance
1826 BreakpointSiteList bp_sites_in_range; in RemoveBreakpointOpcodesFromBuffer() local1829 bp_sites_in_range)) { in RemoveBreakpointOpcodesFromBuffer()1830 bp_sites_in_range.ForEach([bp_addr, size, in RemoveBreakpointOpcodesFromBuffer()2287 BreakpointSiteList bp_sites_in_range; in WriteMemory() local2288 if (!m_breakpoint_site_list.FindInRange(addr, addr + size, bp_sites_in_range)) in WriteMemory()2292 if (bp_sites_in_range.IsEmpty()) in WriteMemory()2298 bp_sites_in_range.ForEach([this, addr, size, &bytes_written, &ubuf, in WriteMemory()