Home | History | Annotate | Download | only in Breakpoint

Lines Matching defs:BreakpointLocationCollection

1 //===-- BreakpointLocationCollection.cpp ------------------------*- C++ -*-===//
15 #include "lldb/Breakpoint/BreakpointLocationCollection.h"
26 // BreakpointLocationCollection constructor
28 BreakpointLocationCollection::BreakpointLocationCollection() :
36 BreakpointLocationCollection::~BreakpointLocationCollection()
41 BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc)
49 BreakpointLocationCollection::Remove (lldb::break_id_t bp_id, lldb::break_id_t bp_loc_id)
81 BreakpointLocationCollection::collection::iterator
82 BreakpointLocationCollection::GetIDPairIterator (lldb::break_id_t break_id, lldb::break_id_t break_loc_id)
88 BreakpointLocationCollection::collection::const_iterator
89 BreakpointLocationCollection::GetIDPairConstIterator (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const
96 BreakpointLocationCollection::FindByIDPair (lldb::break_id_t break_id, lldb::break_id_t break_loc_id)
107 BreakpointLocationCollection::FindByIDPair (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const
118 BreakpointLocationCollection::GetByIndex (size_t i)
128 BreakpointLocationCollection::GetByIndex (size_t i) const
138 BreakpointLocationCollection::ShouldStop (StoppointCallbackContext *context)
151 BreakpointLocationCollection::ValidForThisThread (Thread *thread)
166 BreakpointLocationCollection::IsInternal () const
186 BreakpointLocationCollection::GetDescription (Stream *s, lldb::DescriptionLevel level)