Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp20 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::iterator
61 BreakpointLocationCollection::GetIDPairIterator(lldb::break_id_t break_id, in GetIDPairIterator()
69 BreakpointLocationCollection::collection::const_iterator
70 BreakpointLocationCollection::GetIDPairConstIterator( in GetIDPairConstIterator()
79 BreakpointLocationCollection::FindByIDPair(lldb::break_id_t break_id, in FindByIDPair()
89 const BreakpointLocationSP BreakpointLocationCollection::FindByIDPair( in FindByIDPair()
[all …]
H A DBreakpoint.cpp455 ModuleList &module_list, BreakpointLocationCollection &new_locations) { in ResolveBreakpointInModules()
523 BreakpointLocationCollection locations_with_no_section; in ModulesChanged()
586 BreakpointLocationCollection locations_to_remove; in ModulesChanged()
660 BreakpointLocationCollection old_break_locs; in ModuleReplaced()
687 BreakpointLocationCollection new_break_locs; in ModuleReplaced()
689 BreakpointLocationCollection locations_to_remove; in ModuleReplaced()
690 BreakpointLocationCollection locations_to_announce; in ModuleReplaced()
963 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()
297 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations()
/openbsd-src/gnu/llvm/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.h119 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection()
144 BreakpointLocationCollection m_locations;
210 BreakpointLocationCollection &new_locations);
486 BreakpointLocationCollection &loc_coll);
H A DBreakpointSite.h139 size_t CopyOwnersList(BreakpointLocationCollection &out_collection);
220 BreakpointLocationCollection m_owners; ///< This has the BreakpointLocations
/openbsd-src/gnu/usr.bin/clang/liblldbBreakpoint/
H A DMakefile14 BreakpointLocationCollection.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Breakpoint/
H A DBUILD.gn20 "BreakpointLocationCollection.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h36 class BreakpointLocationCollection; variable
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp290 BreakpointLocationCollection site_locations; in PerformAction()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1332 BreakpointLocationCollection loc_coll; in DoExecute()