Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp534 for (BreakpointLocationSP break_loc_sp : in ModulesChanged() local
540 Address section_addr(break_loc_sp->GetAddress()); in ModulesChanged()
542 locations_with_no_section.Add(break_loc_sp); in ModulesChanged()
546 if (!break_loc_sp->IsEnabled()) in ModulesChanged()
559 if (!break_loc_sp->ResolveBreakpointSite()) { in ModulesChanged()
563 break_loc_sp->GetID(), GetID()); in ModulesChanged()
600 BreakpointLocationSP break_loc_sp(m_locations.GetByIndex(loc_idx)); in ModulesChanged() local
601 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); in ModulesChanged()
606 break_loc_sp->ClearBreakpointSite(); in ModulesChanged()
609 break_loc_sp); in ModulesChanged()
[all …]
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointLocation.h89 SBBreakpointLocation(const lldb::BreakpointLocationSP &break_loc_sp);
95 void SetLocation(const lldb::BreakpointLocationSP &break_loc_sp);
/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp39 const lldb::BreakpointLocationSP &break_loc_sp) in SBBreakpointLocation() argument
40 : m_opaque_wp(break_loc_sp) { in SBBreakpointLocation()
42 (const lldb::BreakpointLocationSP &), break_loc_sp); in SBBreakpointLocation()
418 const lldb::BreakpointLocationSP &break_loc_sp) { in SetLocation() argument
420 m_opaque_wp = break_loc_sp; in SetLocation()