Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp88 if (exe_ctx.HasThreadScope()) { in GetQueue()
134 if (exe_ctx.HasThreadScope()) { in GetStopReason()
158 if (exe_ctx.HasThreadScope()) { in GetStopReasonDataCount()
211 if (exe_ctx.HasThreadScope()) { in GetStopReasonDataAtIndex()
278 if (!exe_ctx.HasThreadScope()) in GetStopReasonExtendedInfoAsJSON()
299 if (!exe_ctx.HasThreadScope()) in GetStopReasonExtendedBacktraces()
319 if (exe_ctx.HasThreadScope()) { in GetStopDescription()
430 if (exe_ctx.HasThreadScope()) { in GetStopReturnValue()
478 if (exe_ctx.HasThreadScope()) { in GetName()
1206 if (exe_ctx.HasThreadScope()) in IsSuspended()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h666 bool HasThreadScope() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp398 bool ExecutionContext::HasThreadScope() const { in HasThreadScope() function in ExecutionContext
403 return HasThreadScope() && m_frame_sp; in HasFrameScope()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DLLVMUserExpression.cpp131 if (!exe_ctx.HasThreadScope()) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp175 if ((flags & eCommandRequiresThread) && !m_exe_ctx.HasThreadScope()) { in CheckRequirements()
190 else if (!m_exe_ctx.HasThreadScope()) in CheckRequirements()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1233 lldbassert(exe_ctx.HasThreadScope()); in RunStaticInitializers()
1241 if (!exe_ctx.HasThreadScope()) { in RunStaticInitializers()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3500 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()
3512 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()
3524 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()
4430 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()
4442 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()
4455 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()