Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
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()
359 if (exe_ctx.HasThreadScope()) { in GetStopReturnValue()
401 if (exe_ctx.HasThreadScope()) { in GetName()
1057 if (exe_ctx.HasThreadScope()) in IsSuspended()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DExecutionContext.h548 bool HasThreadScope() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DExecutionContext.cpp387 bool ExecutionContext::HasThreadScope() const { in HasThreadScope() function in ExecutionContext
392 return HasThreadScope() && m_frame_sp; in HasFrameScope()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp181 if ((flags & eCommandRequiresThread) && !m_exe_ctx.HasThreadScope()) { in CheckRequirements()
196 else if (!m_exe_ctx.HasThreadScope()) in CheckRequirements()
/llvm-project-15.0.7/lldb/source/Expression/
H A DLLVMUserExpression.cpp130 if (!exe_ctx.HasThreadScope()) { in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp81 if (!exe_ctx.HasProcessScope() || !exe_ctx.HasThreadScope() || in DeterminePtrauthFailure()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1508 lldbassert(exe_ctx.HasThreadScope()); in RunStaticInitializers()
1516 if (!exe_ctx.HasThreadScope()) { in RunStaticInitializers()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6395 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()
6407 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()
6422 if (exe_ctx.HasThreadScope()) { in MenuDelegateAction()
7370 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()
7384 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()
7397 if (exe_ctx.HasThreadScope() && in WindowDelegateHandleChar()
7410 if (exe_ctx.HasThreadScope()) { in WindowDelegateHandleChar()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp1891 if (!m_exe_ctx.HasThreadScope() || request.GetCursorIndex()) in HandleArgumentCompletion()