Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp20 BreakpointLocationCollection::BreakpointLocationCollection() in BreakpointLocationCollection() function in BreakpointLocationCollection
24 BreakpointLocationCollection::~BreakpointLocationCollection() = default;
26 void BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc) { in Add()
34 bool BreakpointLocationCollection::Remove(lldb::break_id_t bp_id, in Remove()
61 BreakpointLocationCollection::collection::iterator
62 BreakpointLocationCollection::GetIDPairIterator(lldb::break_id_t break_id, in GetIDPairIterator()
70 BreakpointLocationCollection::collection::const_iterator
71 BreakpointLocationCollection::GetIDPairConstIterator( in GetIDPairConstIterator()
80 BreakpointLocationCollection::FindByIDPair(lldb::break_id_t break_id, in FindByIDPair()
90 const BreakpointLocationSP BreakpointLocationCollection::FindByIDPair( in FindByIDPair()
[all …]
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()
DBreakpointSite.cpp56 BreakpointLocationCollection owners_copy; in ShouldStop()
202 BreakpointSite::CopyOwnersList(BreakpointLocationCollection &out_collection) { in CopyOwnersList()
DBreakpointLocationList.cpp81 Module *module, BreakpointLocationCollection &bp_loc_list) { in FindInModule()
292 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocationCollection.h20 class BreakpointLocationCollection {
22 BreakpointLocationCollection();
24 ~BreakpointLocationCollection();
26 BreakpointLocationCollection &operator=(const BreakpointLocationCollection &rhs);
DBreakpointLocationList.h85 BreakpointLocationCollection &bp_loc_list);
172 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);
201 BreakpointLocationCollection *m_new_location_recorder;
DBreakpoint.h114 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection()
139 BreakpointLocationCollection m_locations;
205 BreakpointLocationCollection &new_locations);
475 BreakpointLocationCollection &loc_coll);
DBreakpointSite.h139 size_t CopyOwnersList(BreakpointLocationCollection &out_collection);
220 BreakpointLocationCollection m_owners; ///< This has the BreakpointLocations
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-forward.h36 class BreakpointLocationCollection; variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DStopInfo.cpp288 BreakpointLocationCollection site_locations; in PerformAction()
/freebsd-12-stable/lib/clang/liblldb/
DMakefile94 SRCS+= Breakpoint/BreakpointLocationCollection.cpp
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp1324 BreakpointLocationCollection loc_coll; in DoExecute()