Lines Matching refs:BreakpointLocationSP
261 BreakpointLocationSP Breakpoint::AddLocation(const Address &addr, in AddLocation()
267 BreakpointLocationSP Breakpoint::FindLocationByAddress(const Address &addr) { in FindLocationByAddress()
275 BreakpointLocationSP Breakpoint::FindLocationByID(break_id_t bp_loc_id) { in FindLocationByID()
279 BreakpointLocationSP Breakpoint::GetLocationAtIndex(size_t index) { in GetLocationAtIndex()
519 for (BreakpointLocationSP break_loc_sp : in ModulesChanged()
583 BreakpointLocationSP break_loc_sp(m_locations.GetByIndex(loc_idx)); in ModulesChanged()
656 for (BreakpointLocationSP break_loc_sp : m_locations.BreakpointLocations()) { in ModuleReplaced()
698 BreakpointLocationSP old_loc_sp = old_break_locs.GetByIndex(0); in ModuleReplaced()
699 BreakpointLocationSP new_loc_sp = new_break_locs.GetByIndex(0); in ModuleReplaced()
721 BreakpointLocationSP bp_loc_sp = old_break_locs.GetByIndex(idx); in ModuleReplaced()
729 BreakpointLocationSP bp_loc_sp = new_break_locs.GetByIndex(idx); in ModuleReplaced()
770 BreakpointLocationSP old_loc_sp = in ModuleReplaced()
772 BreakpointLocationSP new_loc_sp = in ModuleReplaced()
807 for (BreakpointLocationSP loc_sp : in ModuleReplaced()
820 for (BreakpointLocationSP loc_sp : in ModuleReplaced()
1111 lldb::BreakpointLocationSP
1114 lldb::BreakpointLocationSP bp_loc_sp; in GetBreakpointLocationAtIndexFromEvent()