Lines Matching refs:BreakpointLocationSP
254 BreakpointLocationSP Breakpoint::AddLocation(const Address &addr, in AddLocation()
260 BreakpointLocationSP Breakpoint::FindLocationByAddress(const Address &addr) { in FindLocationByAddress()
268 BreakpointLocationSP Breakpoint::FindLocationByID(break_id_t bp_loc_id) { in FindLocationByID()
272 BreakpointLocationSP Breakpoint::GetLocationAtIndex(size_t index) { in GetLocationAtIndex()
513 for (BreakpointLocationSP break_loc_sp : in ModulesChanged()
575 BreakpointLocationSP break_loc_sp(m_locations.GetByIndex(loc_idx)); in ModulesChanged()
648 for (BreakpointLocationSP break_loc_sp : m_locations.BreakpointLocations()) { in ModuleReplaced()
690 BreakpointLocationSP old_loc_sp = old_break_locs.GetByIndex(0); in ModuleReplaced()
691 BreakpointLocationSP new_loc_sp = new_break_locs.GetByIndex(0); in ModuleReplaced()
713 BreakpointLocationSP bp_loc_sp = old_break_locs.GetByIndex(idx); in ModuleReplaced()
721 BreakpointLocationSP bp_loc_sp = new_break_locs.GetByIndex(idx); in ModuleReplaced()
762 BreakpointLocationSP old_loc_sp = in ModuleReplaced()
764 BreakpointLocationSP new_loc_sp = in ModuleReplaced()
797 for (BreakpointLocationSP loc_sp : in ModuleReplaced()
811 for (BreakpointLocationSP loc_sp : in ModuleReplaced()
1100 lldb::BreakpointLocationSP
1103 lldb::BreakpointLocationSP bp_loc_sp; in GetBreakpointLocationAtIndexFromEvent()