Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DStopInfo.cpp265 … BreakpointSP break_sp = thread_sp->GetProcess()->GetTarget().GetBreakpointByID(m_break_id); in GetDescription() local
266 if (break_sp) in GetDescription()
268 if (break_sp->IsInternal()) in GetDescription()
270 const char *kind = break_sp->GetBreakpointKind(); in GetDescription()