Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp161 Breakpoint &bp_ref = in ResetCurrentInlinedDepth() local
163 if (!bp_ref.IsInternal()) { in ResetCurrentInlinedDepth()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp504 Breakpoint &bp_ref = in DoExecute() local
506 if (!bp_ref.IsInternal()) { in DoExecute()
507 bp_ref.SetIgnoreCount(m_options.m_ignore); in DoExecute()