Home
last modified time | relevance | path

Searched refs:GetBreakpointLocationCollection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp464 module_list, new_locations_event->GetBreakpointLocationCollection()); in ResolveBreakpointInModules()
465 if (new_locations_event->GetBreakpointLocationCollection().GetSize() != 0) in ResolveBreakpointInModules()
580 removed_locations_event->GetBreakpointLocationCollection().Add( in ModulesChanged()
798 removed_locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
810 added_locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
H A DBreakpointLocation.cpp651 data_sp->GetBreakpointLocationCollection().Add(shared_from_this()); in SendBreakpointLocationChangedEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h118 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection() function