Lines Matching refs:BreakpointLocationSP
260 BreakpointLocationSP Breakpoint::AddLocation(const Address &addr, in AddLocation()
266 BreakpointLocationSP Breakpoint::FindLocationByAddress(const Address &addr) { in FindLocationByAddress()
274 BreakpointLocationSP Breakpoint::FindLocationByID(break_id_t bp_loc_id) { in FindLocationByID()
278 BreakpointLocationSP Breakpoint::GetLocationAtIndex(size_t index) { in GetLocationAtIndex()
514 for (BreakpointLocationSP break_loc_sp : in ModulesChanged()
578 BreakpointLocationSP break_loc_sp(m_locations.GetByIndex(loc_idx)); in ModulesChanged()
653 for (BreakpointLocationSP break_loc_sp : m_locations.BreakpointLocations()) { in ModuleReplaced()
695 BreakpointLocationSP old_loc_sp = old_break_locs.GetByIndex(0); in ModuleReplaced()
696 BreakpointLocationSP new_loc_sp = new_break_locs.GetByIndex(0); in ModuleReplaced()
718 BreakpointLocationSP bp_loc_sp = old_break_locs.GetByIndex(idx); in ModuleReplaced()
726 BreakpointLocationSP bp_loc_sp = new_break_locs.GetByIndex(idx); in ModuleReplaced()
767 BreakpointLocationSP old_loc_sp = in ModuleReplaced()
769 BreakpointLocationSP new_loc_sp = in ModuleReplaced()
804 for (BreakpointLocationSP loc_sp : in ModuleReplaced()
817 for (BreakpointLocationSP loc_sp : in ModuleReplaced()
1079 lldb::BreakpointLocationSP
1082 lldb::BreakpointLocationSP bp_loc_sp; in GetBreakpointLocationAtIndexFromEvent()