Home
last modified time | relevance | path

Searched refs:break_loc (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Breakpoint/
DBreakpoint.cpp385 BreakpointLocationSP break_loc = m_locations.GetByIndex(loc_idx); in ModulesChanged() local
386 if (!break_loc->IsEnabled()) in ModulesChanged()
388 SectionSP section_sp (break_loc->GetAddress().GetSection()); in ModulesChanged()
394 if (!break_loc->ResolveBreakpointSite()) in ModulesChanged()
399 break_loc->GetID(), GetID()); in ModulesChanged()
DBreakpointLocationList.cpp102 BreakpointLocationSP break_loc = (*pos); in FindInModule() local
103 SectionSP section_sp (break_loc->GetAddress().GetSection()); in FindInModule()
106 bp_loc_list.Add (break_loc); in FindInModule()