Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp20 BreakpointLocationCollection::BreakpointLocationCollection() = default;
23 BreakpointLocationCollection::~BreakpointLocationCollection() = default;
60 BreakpointLocationCollection::collection::iterator
69 BreakpointLocationCollection::collection::const_iterator
70 BreakpointLocationCollection::GetIDPairConstIterator( in GetIDPairConstIterator()
110 BreakpointLocationCollection::GetByIndex(size_t i) const { in GetByIndex()
119 bool BreakpointLocationCollection::ShouldStop( in ShouldStop()
151 bool BreakpointLocationCollection::IsInternal() const { in IsInternal()
167 void BreakpointLocationCollection::GetDescription( in GetDescription()
180 BreakpointLocationCollection &BreakpointLocationCollection::operator=( in operator =()
[all …]
H A DBreakpoint.cpp448 ModuleList &module_list, BreakpointLocationCollection &new_locations) { in ResolveBreakpointInModules()
512 BreakpointLocationCollection locations_with_no_section; in ModulesChanged()
573 BreakpointLocationCollection locations_to_remove; in ModulesChanged()
647 BreakpointLocationCollection old_break_locs; in ModuleReplaced()
674 BreakpointLocationCollection new_break_locs; in ModuleReplaced()
676 BreakpointLocationCollection locations_to_remove; in ModuleReplaced()
677 BreakpointLocationCollection locations_to_announce; in ModuleReplaced()
948 BreakpointLocationCollection &loc_coll) { in GetMatchingFileLine()
H A DBreakpointSite.cpp54 BreakpointLocationCollection constituents_copy; in ShouldStop()
200 BreakpointLocationCollection &out_collection) { in CopyConstituentsList()
H A DBreakpointLocationList.cpp80 Module *module, BreakpointLocationCollection &bp_loc_list) { in FindInModule()
297 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h20 class BreakpointLocationCollection {
22 BreakpointLocationCollection();
24 ~BreakpointLocationCollection();
26 BreakpointLocationCollection &operator=(const BreakpointLocationCollection &rhs);
H A DBreakpointLocationList.h85 BreakpointLocationCollection &bp_loc_list);
175 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);
204 BreakpointLocationCollection *m_new_location_recorder;
H A DBreakpoint.h118 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection()
143 BreakpointLocationCollection m_locations;
209 BreakpointLocationCollection &new_locations);
485 BreakpointLocationCollection &loc_coll);
H A DBreakpointSite.h144 size_t CopyConstituentsList(BreakpointLocationCollection &out_collection);
226 BreakpointLocationCollection
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h34 class BreakpointLocationCollection; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp293 BreakpointLocationCollection site_locations; in PerformAction()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile99 SRCS+= Breakpoint/BreakpointLocationCollection.cpp
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1319 BreakpointLocationCollection loc_coll; in DoExecute()