Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h655 bool HasProcessScope() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp167 if ((flags & eCommandRequiresProcess) && !m_exe_ctx.HasProcessScope()) { in CheckRequirements()
178 else if (!m_exe_ctx.HasProcessScope()) in CheckRequirements()
188 else if (!m_exe_ctx.HasProcessScope()) in CheckRequirements()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp394 bool ExecutionContext::HasProcessScope() const { in HasProcessScope() function in ExecutionContext
399 return (HasProcessScope() && ((bool)m_thread_sp && m_thread_sp->IsValid())); in HasThreadScope()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3536 if (exe_ctx.HasProcessScope()) { in MenuDelegateAction()
3548 if (exe_ctx.HasProcessScope()) { in MenuDelegateAction()
3559 if (exe_ctx.HasProcessScope()) { in MenuDelegateAction()
3570 if (exe_ctx.HasProcessScope()) { in MenuDelegateAction()
4325 if (exe_ctx.HasProcessScope() && exe_ctx.GetProcessRef().IsAlive()) { in WindowDelegateHandleChar()
4400 if (exe_ctx.HasProcessScope()) in WindowDelegateHandleChar()
4410 if (exe_ctx.HasProcessScope()) in WindowDelegateHandleChar()
4420 if (exe_ctx.HasProcessScope()) in WindowDelegateHandleChar()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp82 if (!exe_ctx.HasProcessScope()) in GetObjectDescription()