Searched refs:BreakpointLocations (Results 1 – 8 of 8) sorted by relevance
94 for (BreakpointLocationSP loc_sp : m_constituents.BreakpointLocations()) { in GetSuggestedStackFrameIndex()171 for (BreakpointLocationSP loc_sp : m_constituents.BreakpointLocations()) { in BumpHitCounts()221 for (BreakpointLocationSP loc_sp : m_constituents.BreakpointLocations()) { in CopyConstituentsList()
262 for (BreakpointLocationSP location_sp : m_locations.BreakpointLocations()) { in SetIsHardware()556 m_locations.BreakpointLocations()) { in ModulesChanged()693 for (BreakpointLocationSP break_loc_sp : m_locations.BreakpointLocations()) { in ModuleReplaced()843 locations_to_remove.BreakpointLocations()) { in ModuleReplaced()857 locations_to_announce.BreakpointLocations()) in ModuleReplaced()
30 BreakpointLocations GetBreakpointLocations(Status &status) override;45 BreakpointLocations HandleAtomicSequence(lldb::addr_t pc, Status &error);
1781 BreakpointLocations1836 BreakpointLocations
170 BreakpointLocationCollectionIterable BreakpointLocations() { in BreakpointLocations() function
210 BreakpointLocationIterable BreakpointLocations() { in BreakpointLocations() function
619 BreakpointLocations624 return BreakpointLocations{next_pc}; in GetBreakpointLocations()637 return BreakpointLocations{next_pc}; in GetBreakpointLocations()
39 using BreakpointLocations = std::vector<lldb::addr_t>; variable47 virtual BreakpointLocations GetBreakpointLocations(Status &status);