Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp332 for (BreakpointSP break_sp : m_msgSend_bkpts) { in DoPlanExplainsStop() local
333 if (site_sp->IsBreakpointAtThisSite(break_sp->GetID())) { in DoPlanExplainsStop()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp213 BreakpointSP break_sp = in GetDescription() local
216 if (break_sp) { in GetDescription()
217 if (break_sp->IsInternal()) { in GetDescription()
218 const char *kind = break_sp->GetBreakpointKind(); in GetDescription()