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()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 …]
548 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()
179 if ((flags & eCommandRequiresThread) && !m_exe_ctx.HasThreadScope()) { in CheckRequirements()194 else if (!m_exe_ctx.HasThreadScope()) in CheckRequirements()
1505 lldbassert(exe_ctx.HasThreadScope()); in RunStaticInitializers()1513 if (!exe_ctx.HasThreadScope()) { in RunStaticInitializers()
4914 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()
1799 if (!m_exe_ctx.HasThreadScope() || request.GetCursorIndex()) in HandleArgumentCompletion()