Searched refs:HasThreadScope (Results 1 – 8 of 8) sorted by relevance
98 if (exe_ctx.HasThreadScope()) { in GetQueue()145 if (exe_ctx.HasThreadScope()) { in GetStopReason()161 if (exe_ctx.HasThreadScope()) { in GetStopReasonDataCount()211 if (exe_ctx.HasThreadScope()) { in GetStopReasonDataAtIndex()275 if (!exe_ctx.HasThreadScope()) in GetStopReasonExtendedInfoAsJSON()299 if (!exe_ctx.HasThreadScope()) in GetStopReasonExtendedBacktraces()324 if (!exe_ctx.HasThreadScope()) in GetStopDescription()350 if (exe_ctx.HasThreadScope()) { in GetStopReturnValue()392 if (exe_ctx.HasThreadScope()) { in GetName()409 if (exe_ctx.HasThreadScope()) { in GetQueueName()[all …]
547 bool HasThreadScope() const;
389 bool ExecutionContext::HasThreadScope() const { in HasThreadScope() function in ExecutionContext394 return HasThreadScope() && m_frame_sp; in HasFrameScope()
130 if (!exe_ctx.HasThreadScope()) { in DoExecute()
182 if ((flags & eCommandRequiresThread) && !m_exe_ctx.HasThreadScope()) { in CheckRequirements()197 else if (!m_exe_ctx.HasThreadScope()) in CheckRequirements()
3092 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()3104 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()3116 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()4009 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()4021 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()4034 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()4047 if (exe_ctx.HasThreadScope()) { in WindowDelegateHandleChar()
1494 lldbassert(exe_ctx.HasThreadScope()); in RunStaticInitializers()1502 if (!exe_ctx.HasThreadScope()) { in RunStaticInitializers()
1845 if (!m_exe_ctx.HasThreadScope() || request.GetCursorIndex()) in HandleArgumentCompletion()