Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp484 module_list, new_locations_event->GetBreakpointLocationCollection()); in ResolveBreakpointInModules()
486 if (new_locations_event->GetBreakpointLocationCollection().GetSize() != in ResolveBreakpointInModules()
608 removed_locations_event->GetBreakpointLocationCollection().Add( in ModulesChanged()
830 locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
841 locations_event->GetBreakpointLocationCollection().Add(loc_sp); in ModuleReplaced()
DBreakpointLocation.cpp653 data->GetBreakpointLocationCollection().Add(shared_from_this()); in SendBreakpointLocationChangedEvent()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpoint.h114 BreakpointLocationCollection &GetBreakpointLocationCollection() { in GetBreakpointLocationCollection() function