Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpoint.cpp469 module_list, new_locations_event->GetBreakpointLocationCollection()); in ResolveBreakpointInModules()
471 if (new_locations_event->GetBreakpointLocationCollection().GetSize() != in ResolveBreakpointInModules()
591 removed_locations_event->GetBreakpointLocationCollection().Add( in ModulesChanged()
811 locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
822 locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
H A DBreakpointLocation.cpp656 data->GetBreakpointLocationCollection().Add(shared_from_this()); in SendBreakpointLocationChangedEvent()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h119 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection() function