Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectRegister.cpp76 if (!m_exe_ctx.HasProcessScope()) in HandleArgumentCompletion()
335 if (!m_exe_ctx.HasProcessScope() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
H A DCommandCompletions.cpp720 if (!exe_ctx.HasProcessScope()) in FrameIndexes()
758 if (!exe_ctx.HasProcessScope()) in ThreadIndexes()
H A DCommandObjectProcess.cpp1072 if (!m_exe_ctx.HasProcessScope()) in HandleArgumentCompletion()
1151 if (request.GetCursorIndex() || !m_exe_ctx.HasProcessScope()) in HandleArgumentCompletion()
1223 if (!m_exe_ctx.HasProcessScope() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp173 if ((flags & eCommandRequiresProcess) && !m_exe_ctx.HasProcessScope()) { in CheckRequirements()
184 else if (!m_exe_ctx.HasProcessScope()) in CheckRequirements()
194 else if (!m_exe_ctx.HasProcessScope()) in CheckRequirements()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DExecutionContext.h539 bool HasProcessScope() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DExecutionContext.cpp383 bool ExecutionContext::HasProcessScope() const { in HasProcessScope() function in ExecutionContext
388 return (HasProcessScope() && ((bool)m_thread_sp && m_thread_sp->IsValid())); in HasThreadScope()
/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/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp93 if (!exe_ctx.HasProcessScope()) in GetObjectDescription()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2967 if (!exe_ctx.HasProcessScope()) in StopRunningProcess()
3546 if (!exe_ctx.HasProcessScope()) in StopRunningProcess()
6459 if (exe_ctx.HasProcessScope()) { in MenuDelegateAction()
6471 if (exe_ctx.HasProcessScope()) { in MenuDelegateAction()
6482 if (exe_ctx.HasProcessScope()) { in MenuDelegateAction()
6494 if (exe_ctx.HasProcessScope()) { in MenuDelegateAction()
7306 if (exe_ctx.HasProcessScope() && exe_ctx.GetProcessRef().IsAlive()) { in WindowDelegateHandleChar()
7350 if (exe_ctx.HasProcessScope()) in WindowDelegateHandleChar()
7360 if (exe_ctx.HasProcessScope()) in WindowDelegateHandleChar()