Home | History | Annotate | Download | only in Breakpoint

Lines Matching defs:BreakpointLocationList

1 //===-- BreakpointLocationList.cpp ------------------------------*- C++ -*-===//
15 #include "lldb/Breakpoint/BreakpointLocationList.h"
24 BreakpointLocationList::BreakpointLocationList(Breakpoint &owner) :
34 BreakpointLocationList::~BreakpointLocationList()
39 BreakpointLocationList::Create (const Address &addr)
51 BreakpointLocationList::ShouldStop (StoppointCallbackContext *context, lldb::break_id_t break_id)
67 BreakpointLocationList::FindIDByAddress (const Address &addr)
78 BreakpointLocationList::FindByID (lldb::break_id_t break_id) const
93 BreakpointLocationList::FindInModule (Module *module,
113 BreakpointLocationList::FindByAddress (const Address &addr) const
145 BreakpointLocationList::Dump (Stream *s) const
150 s->Printf("BreakpointLocationList with %" PRIu64 " BreakpointLocations:\n", (uint64_t)m_locations.size());
160 BreakpointLocationList::GetByIndex (size_t i)
171 BreakpointLocationList::GetByIndex (size_t i) const
182 BreakpointLocationList::ClearAllBreakpointSites ()
191 BreakpointLocationList::ResolveAllBreakpointSites ()
204 BreakpointLocationList::GetHitCount () const
215 BreakpointLocationList::GetNumResolvedLocations() const
229 BreakpointLocationList::GetDescription (Stream *s, lldb::DescriptionLevel level)
242 BreakpointLocationList::AddLocation (const Address &addr, bool *new_location)
268 BreakpointLocationList::RemoveLocation (const lldb::BreakpointLocationSP &bp_loc_sp)
292 BreakpointLocationList::StartRecordingNewLocations (BreakpointLocationCollection &new_locations)
300 BreakpointLocationList::StopRecordingNewLocations ()