Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp20 BreakpointLocationCollection::BreakpointLocationCollection() in BreakpointLocationCollection() function in BreakpointLocationCollection
24 BreakpointLocationCollection::~BreakpointLocationCollection() = default;
61 BreakpointLocationCollection::collection::iterator
70 BreakpointLocationCollection::collection::const_iterator
71 BreakpointLocationCollection::GetIDPairConstIterator( in GetIDPairConstIterator()
111 BreakpointLocationCollection::GetByIndex(size_t i) const { in GetByIndex()
120 bool BreakpointLocationCollection::ShouldStop( in ShouldStop()
149 bool BreakpointLocationCollection::IsInternal() const { in IsInternal()
165 void BreakpointLocationCollection::GetDescription( in GetDescription()
178 BreakpointLocationCollection &BreakpointLocationCollection::operator=( in operator =()
[all …]
H A DBreakpoint.cpp447 ModuleList &module_list, BreakpointLocationCollection &new_locations) { in ResolveBreakpointInModules()
513 BreakpointLocationCollection locations_with_no_section; in ModulesChanged()
576 BreakpointLocationCollection locations_to_remove; in ModulesChanged()
652 BreakpointLocationCollection old_break_locs; in ModuleReplaced()
679 BreakpointLocationCollection new_break_locs; in ModuleReplaced()
681 BreakpointLocationCollection locations_to_remove; in ModuleReplaced()
682 BreakpointLocationCollection locations_to_announce; in ModuleReplaced()
955 BreakpointLocationCollection &loc_coll) { in GetMatchingFileLine()
H A DBreakpointSite.cpp56 BreakpointLocationCollection owners_copy; in ShouldStop()
202 BreakpointSite::CopyOwnersList(BreakpointLocationCollection &out_collection) { in CopyOwnersList()
H A DBreakpointLocationList.cpp81 Module *module, BreakpointLocationCollection &bp_loc_list) { in FindInModule()
292 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations()
/freebsd-13.1/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);
172 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);
201 BreakpointLocationCollection *m_new_location_recorder;
H A DBreakpoint.h114 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection()
139 BreakpointLocationCollection m_locations;
205 BreakpointLocationCollection &new_locations);
475 BreakpointLocationCollection &loc_coll);
H A DBreakpointSite.h139 size_t CopyOwnersList(BreakpointLocationCollection &out_collection);
220 BreakpointLocationCollection m_owners; ///< This has the BreakpointLocations
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h36 class BreakpointLocationCollection; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp288 BreakpointLocationCollection site_locations; in PerformAction()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile94 SRCS+= Breakpoint/BreakpointLocationCollection.cpp
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1324 BreakpointLocationCollection loc_coll; in DoExecute()