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() 219 if (exe_ctx.HasThreadScope()) { in GetStopReasonDataAtIndex() 293 if (!exe_ctx.HasThreadScope()) in GetStopReasonExtendedInfoAsJSON() 315 if (!exe_ctx.HasThreadScope()) in GetStopReasonExtendedBacktraces() 339 if (!exe_ctx.HasThreadScope()) in GetStopDescription() 365 if (exe_ctx.HasThreadScope()) { in GetStopReturnValue() 406 if (!exe_ctx.HasThreadScope()) in GetName() 422 if (!exe_ctx.HasThreadScope()) in GetQueueName() [all...]
26 if (status.Success() && exe_ctx.GetProcessPtr() && exe_ctx.HasThreadScope()) in PrepareForExecution() 43 if (!exe_ctx.HasThreadScope()) { in RunStaticInitializers()
130 if (!exe_ctx.HasThreadScope()) { in DoExecute()
548 bool HasThreadScope() const;
388 bool ExecutionContext::HasThreadScope() const { in HasThreadScope() function in ExecutionContext393 return HasThreadScope() && m_frame_sp; in HasFrameScope()
172 if ((flags & eCommandRequiresThread) && !m_exe_ctx.HasThreadScope()) { in CheckRequirements() 187 else if (!m_exe_ctx.HasThreadScope()) in CheckRequirements()
87 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() 7397 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar() 7412 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar() 7425 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar() 7438 if (exe_ctx.HasThreadScope()) { in WindowDelegateHandleChar()
1907 if (!m_exe_ctx.HasThreadScope() || request.GetCursorIndex()) in DoExecute()