Searched refs:bp_sites_in_range (Results 1 – 1 of 1) sorted by relevance
/external/lldb/source/Target/ |
D | Process.cpp | 2106 BreakpointSiteList bp_sites_in_range; in RemoveBreakpointOpcodesFromBuffer() local 2108 if (m_breakpoint_site_list.FindInRange (bp_addr, bp_addr + size, bp_sites_in_range)) in RemoveBreakpointOpcodesFromBuffer() 2110 … bp_sites_in_range.ForEach([bp_addr, size, buf, &bytes_removed](BreakpointSite *bp_site) -> void { in RemoveBreakpointOpcodesFromBuffer() 2583 BreakpointSiteList bp_sites_in_range; in WriteMemory() local 2585 if (m_breakpoint_site_list.FindInRange (addr, addr + size, bp_sites_in_range)) in WriteMemory() 2588 if (bp_sites_in_range.IsEmpty()) in WriteMemory() 2595 …bp_sites_in_range.ForEach([this, addr, size, &bytes_written, &ubuf, &error](BreakpointSite *bp) ->… in WriteMemory()
|