Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DScriptedThreadPlan.cpp62 if (!m_implementation_sp) { in ValidatePlan()
88 m_implementation_sp = *obj_or_err; in DidPush()
98 if (m_implementation_sp) { in ShouldStop()
116 if (m_implementation_sp) { in IsPlanStale()
134 if (m_implementation_sp) { in DoPlanExplainsStop()
152 if (m_implementation_sp) { in MischiefManaged()
159 m_implementation_sp.reset(); in MischiefManaged()
170 if (m_implementation_sp) in GetPlanRunState()
180 if (m_implementation_sp) { in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp38 if (m_implementation_sp) in CreateImplementationIfNeeded()
53 m_implementation_sp = script_interp->CreateScriptedBreakpointResolver( in CreateImplementationIfNeeded()
107 if (!m_implementation_sp) in SearchCallback()
112 m_implementation_sp, in SearchCallback()
123 if (m_implementation_sp) { in GetDepth()
126 m_implementation_sp); in GetDepth()
135 if (m_implementation_sp) { in GetDescription()
137 interp->GetShortHelpForCommandObject(m_implementation_sp, in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DScriptedThreadPlan.h65 StructuredData::ObjectSP m_implementation_sp; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h67 StructuredData::GenericSP m_implementation_sp; variable