Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
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 …]
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()
DBreakpointSite.cpp56 BreakpointLocationCollection owners_copy; in ShouldStop()
202 BreakpointSite::CopyOwnersList(BreakpointLocationCollection &out_collection) { in CopyOwnersList()
DCMakeLists.txt7 BreakpointLocationCollection.cpp
DBreakpointLocationList.cpp80 Module *module, BreakpointLocationCollection &bp_loc_list) { in FindInModule()
297 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations()
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointLocationCollection.h20 class BreakpointLocationCollection {
22 BreakpointLocationCollection();
24 ~BreakpointLocationCollection();
26 BreakpointLocationCollection &operator=(const BreakpointLocationCollection &rhs);
DBreakpointLocationList.h85 BreakpointLocationCollection &bp_loc_list);
175 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);
204 BreakpointLocationCollection *m_new_location_recorder;
DBreakpoint.h119 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection()
144 BreakpointLocationCollection m_locations;
210 BreakpointLocationCollection &new_locations);
486 BreakpointLocationCollection &loc_coll);
DBreakpointSite.h139 size_t CopyOwnersList(BreakpointLocationCollection &out_collection);
220 BreakpointLocationCollection m_owners; ///< This has the BreakpointLocations
/openbsd/src/gnu/usr.bin/clang/liblldbBreakpoint/
DMakefile14 BreakpointLocationCollection.cpp \
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-forward.h36 class BreakpointLocationCollection; variable
/openbsd/src/gnu/llvm/lldb/source/Target/
DStopInfo.cpp290 BreakpointLocationCollection site_locations; in PerformAction()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectBreakpoint.cpp1332 BreakpointLocationCollection loc_coll; in DoExecute()