Lines Matching refs:BreakpointLocationList

22 BreakpointLocationList::BreakpointLocationList(Breakpoint &owner)  in BreakpointLocationList()  function in BreakpointLocationList
25 BreakpointLocationList::~BreakpointLocationList() = default;
28 BreakpointLocationList::Create(const Address &addr, in Create()
41 bool BreakpointLocationList::ShouldStop(StoppointCallbackContext *context, in ShouldStop()
55 lldb::break_id_t BreakpointLocationList::FindIDByAddress(const Address &addr) { in FindIDByAddress()
68 BreakpointLocationList::FindByID(lldb::break_id_t break_id) const { in FindByID()
79 size_t BreakpointLocationList::FindInModule( in FindInModule()
96 BreakpointLocationList::FindByAddress(const Address &addr) const { in FindByAddress()
122 void BreakpointLocationList::Dump(Stream *s) const { in Dump()
135 BreakpointLocationSP BreakpointLocationList::GetByIndex(size_t i) { in GetByIndex()
144 const BreakpointLocationSP BreakpointLocationList::GetByIndex(size_t i) const { in GetByIndex()
153 void BreakpointLocationList::ClearAllBreakpointSites() { in ClearAllBreakpointSites()
160 void BreakpointLocationList::ResolveAllBreakpointSites() { in ResolveAllBreakpointSites()
170 uint32_t BreakpointLocationList::GetHitCount() const { in GetHitCount()
179 size_t BreakpointLocationList::GetNumResolvedLocations() const { in GetNumResolvedLocations()
190 void BreakpointLocationList::GetDescription(Stream *s, in GetDescription()
201 BreakpointLocationSP BreakpointLocationList::AddLocation( in AddLocation()
223 void BreakpointLocationList::SwapLocation( in SwapLocation()
236 bool BreakpointLocationList::RemoveLocation( in RemoveLocation()
254 void BreakpointLocationList::RemoveLocationByIndex(size_t idx) { in RemoveLocationByIndex()
260 void BreakpointLocationList::RemoveInvalidLocations(const ArchSpec &arch) { in RemoveInvalidLocations()
290 void BreakpointLocationList::StartRecordingNewLocations( in StartRecordingNewLocations()
297 void BreakpointLocationList::StopRecordingNewLocations() { in StopRecordingNewLocations()
302 void BreakpointLocationList::Compact() { in Compact()