Home
last modified time | relevance | path

Searched refs:BreakpointLocationCollection (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp23 BreakpointLocationCollection::BreakpointLocationCollection() in BreakpointLocationCollection() function in BreakpointLocationCollection
29 BreakpointLocationCollection::~BreakpointLocationCollection() {} in ~BreakpointLocationCollection()
39 bool BreakpointLocationCollection::Remove(lldb::break_id_t bp_id, in Remove()
66 BreakpointLocationCollection::collection::iterator
75 BreakpointLocationCollection::collection::const_iterator
76 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 …]
H A DBreakpoint.cpp463 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()
H A DBreakpointLocationList.cpp82 Module *module, BreakpointLocationCollection &bp_loc_list) { in FindInModule()
293 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations()
H A DBreakpointSite.cpp193 BreakpointSite::CopyOwnersList(BreakpointLocationCollection &out_collection) { in CopyOwnersList()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h21 class BreakpointLocationCollection {
23 BreakpointLocationCollection();
25 ~BreakpointLocationCollection();
H A DBreakpointLocationList.h98 BreakpointLocationCollection &bp_loc_list);
215 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);
244 BreakpointLocationCollection *m_new_location_recorder;
H A DBreakpoint.h120 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection()
145 BreakpointLocationCollection m_locations;
240 BreakpointLocationCollection &new_locations);
580 BreakpointLocationCollection &loc_coll);
H A DBreakpointSite.h176 size_t CopyOwnersList(BreakpointLocationCollection &out_collection);
264 BreakpointLocationCollection m_owners; ///< This has the BreakpointLocations
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h39 class BreakpointLocationCollection; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp291 BreakpointLocationCollection site_locations; in PerformAction()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile86 SRCS+= Breakpoint/BreakpointLocationCollection.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1541 BreakpointLocationCollection loc_coll; in DoExecute()