Lines Matching refs:BreakpointLocationList

22 BreakpointLocationList::BreakpointLocationList(Breakpoint &owner)  in BreakpointLocationList()  function in BreakpointLocationList
26 BreakpointLocationList::~BreakpointLocationList() = default;
29 BreakpointLocationList::Create(const Address &addr, in Create()
42 bool BreakpointLocationList::ShouldStop(StoppointCallbackContext *context, in ShouldStop()
56 lldb::break_id_t BreakpointLocationList::FindIDByAddress(const Address &addr) { in FindIDByAddress()
69 BreakpointLocationList::FindByID(lldb::break_id_t break_id) const { in FindByID()
80 size_t BreakpointLocationList::FindInModule( in FindInModule()
97 BreakpointLocationList::FindByAddress(const Address &addr) const { in FindByAddress()
123 void BreakpointLocationList::Dump(Stream *s) const { in Dump()
136 BreakpointLocationSP BreakpointLocationList::GetByIndex(size_t i) { in GetByIndex()
145 const BreakpointLocationSP BreakpointLocationList::GetByIndex(size_t i) const { in GetByIndex()
154 void BreakpointLocationList::ClearAllBreakpointSites() { in ClearAllBreakpointSites()
161 void BreakpointLocationList::ResolveAllBreakpointSites() { in ResolveAllBreakpointSites()
171 uint32_t BreakpointLocationList::GetHitCount() const { in GetHitCount()
180 size_t BreakpointLocationList::GetNumResolvedLocations() const { in GetNumResolvedLocations()
191 void BreakpointLocationList::GetDescription(Stream *s, in GetDescription()
202 BreakpointLocationSP BreakpointLocationList::AddLocation( in AddLocation()
224 void BreakpointLocationList::SwapLocation( in SwapLocation()
237 bool BreakpointLocationList::RemoveLocation( in RemoveLocation()
255 void BreakpointLocationList::RemoveLocationByIndex(size_t idx) { in RemoveLocationByIndex()
261 void BreakpointLocationList::RemoveInvalidLocations(const ArchSpec &arch) { in RemoveInvalidLocations()
291 void BreakpointLocationList::StartRecordingNewLocations( in StartRecordingNewLocations()
298 void BreakpointLocationList::StopRecordingNewLocations() { in StopRecordingNewLocations()
303 void BreakpointLocationList::Compact() { in Compact()