Searched refs:BreakpointLocationCollection (Results 1 – 12 of 12) sorted by relevance
23 BreakpointLocationCollection::BreakpointLocationCollection() in BreakpointLocationCollection() function in BreakpointLocationCollection29 BreakpointLocationCollection::~BreakpointLocationCollection() {} in ~BreakpointLocationCollection()39 bool BreakpointLocationCollection::Remove(lldb::break_id_t bp_id, in Remove()66 BreakpointLocationCollection::collection::iterator75 BreakpointLocationCollection::collection::const_iterator76 BreakpointLocationCollection::GetIDPairConstIterator( in GetIDPairConstIterator()85 BreakpointLocationCollection::FindByIDPair(lldb::break_id_t break_id, in FindByIDPair()116 BreakpointLocationCollection::GetByIndex(size_t i) const { in GetByIndex()125 bool BreakpointLocationCollection::ShouldStop( in ShouldStop()154 bool BreakpointLocationCollection::IsInternal() const { in IsInternal()[all …]
463 ModuleList &module_list, BreakpointLocationCollection &new_locations) { in ResolveBreakpointInModules()532 BreakpointLocationCollection locations_with_no_section; in ModulesChanged()597 BreakpointLocationCollection locations_to_remove; in ModulesChanged()673 BreakpointLocationCollection old_break_locs; in ModuleReplaced()700 BreakpointLocationCollection new_break_locs; in ModuleReplaced()702 BreakpointLocationCollection locations_to_remove; in ModuleReplaced()703 BreakpointLocationCollection locations_to_announce; in ModuleReplaced()976 BreakpointLocationCollection &loc_coll) { in GetMatchingFileLine()
82 Module *module, BreakpointLocationCollection &bp_loc_list) { in FindInModule()293 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations()
193 BreakpointSite::CopyOwnersList(BreakpointLocationCollection &out_collection) { in CopyOwnersList()
21 class BreakpointLocationCollection {23 BreakpointLocationCollection();25 ~BreakpointLocationCollection();
98 BreakpointLocationCollection &bp_loc_list);215 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);244 BreakpointLocationCollection *m_new_location_recorder;
120 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection()145 BreakpointLocationCollection m_locations;240 BreakpointLocationCollection &new_locations);580 BreakpointLocationCollection &loc_coll);
176 size_t CopyOwnersList(BreakpointLocationCollection &out_collection);264 BreakpointLocationCollection m_owners; ///< This has the BreakpointLocations
39 class BreakpointLocationCollection; variable
291 BreakpointLocationCollection site_locations; in PerformAction()
86 SRCS+= Breakpoint/BreakpointLocationCollection.cpp
1541 BreakpointLocationCollection loc_coll; in DoExecute()