Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp445 ModuleList &module_list, BreakpointLocationCollection &new_locations) { in ResolveBreakpointInModules()
509 BreakpointLocationCollection locations_with_no_section; in ModulesChanged()
570 BreakpointLocationCollection locations_to_remove; in ModulesChanged()
644 BreakpointLocationCollection old_break_locs; in ModuleReplaced()
671 BreakpointLocationCollection new_break_locs; in ModuleReplaced()
673 BreakpointLocationCollection locations_to_remove; in ModuleReplaced()
674 BreakpointLocationCollection locations_to_announce; in ModuleReplaced()
945 BreakpointLocationCollection &loc_coll) { in GetMatchingFileLine()
H A DBreakpointSite.cpp54 BreakpointLocationCollection constituents_copy; in ShouldStop()
200 BreakpointLocationCollection &out_collection) {
H A DBreakpointLocationList.cpp80 Module *module, BreakpointLocationCollection &bp_loc_list) { in FindInModule()
297 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations()
/freebsd/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);
175 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);
204 BreakpointLocationCollection *m_new_location_recorder;
H A DBreakpoint.h118 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection()
143 BreakpointLocationCollection m_locations;
209 BreakpointLocationCollection &new_locations);
485 BreakpointLocationCollection &loc_coll);
H A DBreakpointSite.h16 #include "lldb/Breakpoint/BreakpointLocationCollection.h"
139 /// The BreakpointLocationCollection into which to put the constituents
144 size_t CopyConstituentsList(BreakpointLocationCollection &out_collection);
226 BreakpointLocationCollection
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h36 class BreakpointLocationCollection; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp293 BreakpointLocationCollection site_locations; in PerformAction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1306 BreakpointLocationCollection loc_coll; in DoExecute()
/freebsd/lib/clang/liblldb/
H A DMakefile108 SRCS+= Breakpoint/BreakpointLocationCollection.cpp