Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp96 if (exe_ctx.HasThreadScope()) { in GetQueue()
143 if (exe_ctx.HasThreadScope()) { in GetStopReason()
159 if (exe_ctx.HasThreadScope()) { in GetStopReasonDataCount()
220 if (exe_ctx.HasThreadScope()) { in GetStopReasonDataAtIndex()
295 if (!exe_ctx.HasThreadScope()) in GetStopReasonExtendedInfoAsJSON()
317 if (!exe_ctx.HasThreadScope()) in GetStopReasonExtendedBacktraces()
341 if (!exe_ctx.HasThreadScope()) in GetStopDescription()
367 if (exe_ctx.HasThreadScope()) { in GetStopReturnValue()
408 if (!exe_ctx.HasThreadScope()) in GetName()
424 if (!exe_ctx.HasThreadScope()) in GetQueueName()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionParser.cpp26 if (status.Success() && exe_ctx.GetProcessPtr() && exe_ctx.HasThreadScope()) in PrepareForExecution()
43 if (!exe_ctx.HasThreadScope()) { in RunStaticInitializers()
H A DLLVMUserExpression.cpp130 if (!exe_ctx.HasThreadScope()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h548 bool HasThreadScope() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp388 bool ExecutionContext::HasThreadScope() const { in HasThreadScope() function in ExecutionContext
393 return HasThreadScope() && m_frame_sp; in HasFrameScope()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp178 if ((flags & eCommandRequiresThread) && !m_exe_ctx.HasThreadScope()) { in CheckRequirements()
193 else if (!m_exe_ctx.HasThreadScope()) in CheckRequirements()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp87 if (!exe_ctx.HasProcessScope() || !exe_ctx.HasThreadScope() || in DeterminePtrauthFailure()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6419 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()
6431 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()
6447 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()
7382 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()
7397 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()
7410 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()
7423 if (exe_ctx.HasThreadScope()) { in WindowDelegateHandleChar()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1910 if (!m_exe_ctx.HasThreadScope() || request.GetCursorIndex()) in HandleArgumentCompletion()