Searched refs:HasThreadScope (Results 1 – 9 of 9) sorted by relevance
96 if (exe_ctx.HasThreadScope()) { in GetQueue()143 if (exe_ctx.HasThreadScope()) { in GetStopReason()159 if (exe_ctx.HasThreadScope()) { in GetStopReasonDataCount()216 if (exe_ctx.HasThreadScope()) { in GetStopReasonDataAtIndex()287 if (!exe_ctx.HasThreadScope()) in GetStopReasonExtendedInfoAsJSON()309 if (!exe_ctx.HasThreadScope()) in GetStopReasonExtendedBacktraces()333 if (!exe_ctx.HasThreadScope()) in GetStopDescription()400 if (!exe_ctx.HasThreadScope()) in GetName()416 if (!exe_ctx.HasThreadScope()) in GetQueueName()1053 if (exe_ctx.HasThreadScope()) in IsSuspended()[all …]
548 bool HasThreadScope() const;
388 bool ExecutionContext::HasThreadScope() const { in HasThreadScope() function in ExecutionContext393 return HasThreadScope() && m_frame_sp; in HasFrameScope()
181 if ((flags & eCommandRequiresThread) && !m_exe_ctx.HasThreadScope()) { in CheckRequirements()196 else if (!m_exe_ctx.HasThreadScope()) in CheckRequirements()
131 if (!exe_ctx.HasThreadScope()) { in DoExecute()
1478 lldbassert(exe_ctx.HasThreadScope()); in RunStaticInitializers()1486 if (!exe_ctx.HasThreadScope()) { in RunStaticInitializers()
82 if (!exe_ctx.HasProcessScope() || !exe_ctx.HasThreadScope() || in DeterminePtrauthFailure()
6417 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()6429 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()6445 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()7395 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()7410 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()7423 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()7436 if (exe_ctx.HasThreadScope()) { in WindowDelegateHandleChar()
1953 if (!m_exe_ctx.HasThreadScope() || request.GetCursorIndex()) in HandleArgumentCompletion()