Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp98 if (exe_ctx.HasThreadScope()) { in GetQueue()
145 if (exe_ctx.HasThreadScope()) { in GetStopReason()
161 if (exe_ctx.HasThreadScope()) { in GetStopReasonDataCount()
219 if (exe_ctx.HasThreadScope()) { in GetStopReasonDataAtIndex()
291 if (!exe_ctx.HasThreadScope()) in GetStopReasonExtendedInfoAsJSON()
315 if (!exe_ctx.HasThreadScope()) in GetStopReasonExtendedBacktraces()
340 if (!exe_ctx.HasThreadScope()) in GetStopDescription()
366 if (exe_ctx.HasThreadScope()) { in GetStopReturnValue()
408 if (exe_ctx.HasThreadScope()) { in GetName()
1088 if (exe_ctx.HasThreadScope()) in IsSuspended()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h548 bool HasThreadScope() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp389 bool ExecutionContext::HasThreadScope() const { in HasThreadScope() function in ExecutionContext
394 return HasThreadScope() && m_frame_sp; in HasFrameScope()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp130 if (!exe_ctx.HasThreadScope()) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp179 if ((flags & eCommandRequiresThread) && !m_exe_ctx.HasThreadScope()) { in CheckRequirements()
194 else if (!m_exe_ctx.HasThreadScope()) in CheckRequirements()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1505 lldbassert(exe_ctx.HasThreadScope()); in RunStaticInitializers()
1513 if (!exe_ctx.HasThreadScope()) { in RunStaticInitializers()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4914 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()
4926 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()
4938 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()
5844 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()
5856 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()
5869 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()
5882 if (exe_ctx.HasThreadScope()) { in WindowDelegateHandleChar()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1799 if (!m_exe_ctx.HasThreadScope() || request.GetCursorIndex()) in HandleArgumentCompletion()