Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStopInfo.cpp277 … BreakpointSP break_sp = thread_sp->GetProcess()->GetTarget().GetBreakpointByID(m_break_id); in GetDescription() local
278 if (break_sp) in GetDescription()
280 if (break_sp->IsInternal()) in GetDescription()
282 const char *kind = break_sp->GetBreakpointKind(); in GetDescription()