Lines Matching refs:BreakpointLocationSP
258 BreakpointLocationSP Breakpoint::AddLocation(const Address &addr, in AddLocation()
264 BreakpointLocationSP Breakpoint::FindLocationByAddress(const Address &addr) { in FindLocationByAddress()
272 BreakpointLocationSP Breakpoint::FindLocationByID(break_id_t bp_loc_id) { in FindLocationByID()
276 BreakpointLocationSP Breakpoint::GetLocationAtIndex(size_t index) { in GetLocationAtIndex()
533 for (BreakpointLocationSP break_loc_sp : in ModulesChanged()
599 BreakpointLocationSP break_loc_sp(m_locations.GetByIndex(loc_idx)); in ModulesChanged()
674 for (BreakpointLocationSP break_loc_sp : m_locations.BreakpointLocations()) { in ModuleReplaced()
716 BreakpointLocationSP old_loc_sp = old_break_locs.GetByIndex(0); in ModuleReplaced()
717 BreakpointLocationSP new_loc_sp = new_break_locs.GetByIndex(0); in ModuleReplaced()
739 BreakpointLocationSP bp_loc_sp = old_break_locs.GetByIndex(idx); in ModuleReplaced()
747 BreakpointLocationSP bp_loc_sp = new_break_locs.GetByIndex(idx); in ModuleReplaced()
788 BreakpointLocationSP old_loc_sp = in ModuleReplaced()
790 BreakpointLocationSP new_loc_sp = in ModuleReplaced()
825 for (BreakpointLocationSP loc_sp : in ModuleReplaced()
838 for (BreakpointLocationSP loc_sp : in ModuleReplaced()
1112 lldb::BreakpointLocationSP
1115 lldb::BreakpointLocationSP bp_loc_sp; in GetBreakpointLocationAtIndexFromEvent()