Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp450 ModuleList &module_list, BreakpointLocationCollection &new_locations) { in ResolveBreakpointInModules()
518 BreakpointLocationCollection locations_with_no_section; in ModulesChanged()
581 BreakpointLocationCollection locations_to_remove; in ModulesChanged()
655 BreakpointLocationCollection old_break_locs; in ModuleReplaced()
682 BreakpointLocationCollection new_break_locs; in ModuleReplaced()
684 BreakpointLocationCollection locations_to_remove; in ModuleReplaced()
685 BreakpointLocationCollection locations_to_announce; in ModuleReplaced()
958 BreakpointLocationCollection &loc_coll) { in GetMatchingFileLine()
H A DBreakpointSite.cpp56 BreakpointLocationCollection owners_copy; in ShouldStop()
202 BreakpointSite::CopyOwnersList(BreakpointLocationCollection &out_collection) { in CopyOwnersList()
H A DCMakeLists.txt7 BreakpointLocationCollection.cpp
H A DBreakpointLocationList.cpp80 Module *module, BreakpointLocationCollection &bp_loc_list) { in FindInModule()
291 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations()
/llvm-project-15.0.7/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.h119 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection()
144 BreakpointLocationCollection m_locations;
210 BreakpointLocationCollection &new_locations);
480 BreakpointLocationCollection &loc_coll);
H A DBreakpointSite.h139 size_t CopyOwnersList(BreakpointLocationCollection &out_collection);
220 BreakpointLocationCollection m_owners; ///< This has the BreakpointLocations
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Breakpoint/
H A DBUILD.gn20 "BreakpointLocationCollection.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h36 class BreakpointLocationCollection; variable
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp289 BreakpointLocationCollection site_locations; in PerformAction()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1331 BreakpointLocationCollection loc_coll; in DoExecute()