Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBThread.cpp98 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 …]
/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h547 bool HasThreadScope() const;
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp389 bool ExecutionContext::HasThreadScope() const { in HasThreadScope() function in ExecutionContext
394 return HasThreadScope() && m_frame_sp; in HasFrameScope()
/external/llvm-project/lldb/source/Expression/
DLLVMUserExpression.cpp130 if (!exe_ctx.HasThreadScope()) { in DoExecute()
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp182 if ((flags & eCommandRequiresThread) && !m_exe_ctx.HasThreadScope()) { in CheckRequirements()
197 else if (!m_exe_ctx.HasThreadScope()) in CheckRequirements()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp3092 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()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp1494 lldbassert(exe_ctx.HasThreadScope()); in RunStaticInitializers()
1502 if (!exe_ctx.HasThreadScope()) { in RunStaticInitializers()
/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp1845 if (!m_exe_ctx.HasThreadScope() || request.GetCursorIndex()) in HandleArgumentCompletion()