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()69 BreakpointLocationCollection::collection::const_iterator70 BreakpointLocationCollection::GetIDPairConstIterator( in GetIDPairConstIterator()79 BreakpointLocationCollection::FindByIDPair(lldb::break_id_t break_id, in FindByIDPair()89 const BreakpointLocationSP BreakpointLocationCollection::FindByIDPair( in FindByIDPair()[all …]
445 ModuleList &module_list, BreakpointLocationCollection &new_locations) { in ResolveBreakpointInModules()509 BreakpointLocationCollection locations_with_no_section; in ModulesChanged()570 BreakpointLocationCollection locations_to_remove; in ModulesChanged()644 BreakpointLocationCollection old_break_locs; in ModuleReplaced()671 BreakpointLocationCollection new_break_locs; in ModuleReplaced()673 BreakpointLocationCollection locations_to_remove; in ModuleReplaced()674 BreakpointLocationCollection locations_to_announce; in ModuleReplaced()945 BreakpointLocationCollection &loc_coll) { in GetMatchingFileLine()
54 BreakpointLocationCollection constituents_copy; in ShouldStop() 200 BreakpointLocationCollection &out_collection) {
80 Module *module, BreakpointLocationCollection &bp_loc_list) { in FindInModule()297 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);485 BreakpointLocationCollection &loc_coll);
16 #include "lldb/Breakpoint/BreakpointLocationCollection.h"139 /// The BreakpointLocationCollection into which to put the constituents144 size_t CopyConstituentsList(BreakpointLocationCollection &out_collection);226 BreakpointLocationCollection
36 class BreakpointLocationCollection; variable
293 BreakpointLocationCollection site_locations; in PerformAction()
1306 BreakpointLocationCollection loc_coll; in DoExecute()
108 SRCS+= Breakpoint/BreakpointLocationCollection.cpp