Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp155 Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth() local
156 if (!bp_ref.IsInternal()) { in ResetCurrentInlinedDepth()
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp537 Breakpoint &bp_ref = in DoExecute() local
539 if (!bp_ref.IsInternal()) { in DoExecute()
540 bp_ref.SetIgnoreCount(m_options.m_ignore); in DoExecute()