Searched refs:BreakpointLocationCollection (Results 1 – 12 of 12) sorted by relevance
20 BreakpointLocationCollection::BreakpointLocationCollection() = default;23 BreakpointLocationCollection::~BreakpointLocationCollection() = default;25 void BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc) { in Add()33 bool BreakpointLocationCollection::Remove(lldb::break_id_t bp_id, in Remove()60 BreakpointLocationCollection::collection::iterator61 BreakpointLocationCollection::GetIDPairIterator(lldb::break_id_t break_id, in GetIDPairIterator()68 BreakpointLocationCollection::collection::const_iterator69 BreakpointLocationCollection::GetIDPairConstIterator( in GetIDPairConstIterator()77 BreakpointLocationCollection::FindByIDPair(lldb::break_id_t break_id, in FindByIDPair()87 const BreakpointLocationSP BreakpointLocationCollection::FindByIDPair( in FindByIDPair()[all …]
490 ModuleList &module_list, BreakpointLocationCollection &new_locations) { in ResolveBreakpointInModules()554 BreakpointLocationCollection locations_with_no_section; in ModulesChanged()615 BreakpointLocationCollection locations_to_remove; in ModulesChanged()692 BreakpointLocationCollection old_break_locs; in ModuleReplaced()719 BreakpointLocationCollection new_break_locs; in ModuleReplaced()721 BreakpointLocationCollection locations_to_remove; in ModuleReplaced()722 BreakpointLocationCollection locations_to_announce; in ModuleReplaced()1005 BreakpointLocationCollection &loc_coll) { in GetMatchingFileLine()
54 BreakpointLocationCollection constituents_copy; in ShouldStop()219 BreakpointLocationCollection &out_collection) { in CopyConstituentsList()
81 Module *module, BreakpointLocationCollection &bp_loc_list) { in FindInModule()305 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations()
20 class BreakpointLocationCollection {22 BreakpointLocationCollection();24 ~BreakpointLocationCollection();26 BreakpointLocationCollection &operator=(const BreakpointLocationCollection &rhs);
85 BreakpointLocationCollection &bp_loc_list);175 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);204 BreakpointLocationCollection *m_new_location_recorder;
118 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection()143 BreakpointLocationCollection m_locations;209 BreakpointLocationCollection &new_locations);481 BreakpointLocationCollection &loc_coll);
144 size_t CopyConstituentsList(BreakpointLocationCollection &out_collection);231 BreakpointLocationCollection
36 class BreakpointLocationCollection; variable
314 BreakpointLocationCollection site_locations; in PerformAction()
1338 BreakpointLocationCollection loc_coll; in DoExecute()
119 SRCS+= Breakpoint/BreakpointLocationCollection.cpp