Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp69 if (!m_exe_ctx.HasProcessScope()) in HandleArgumentCompletion()
328 if (!m_exe_ctx.HasProcessScope() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
421 if (!m_exe_ctx.HasProcessScope() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
H A DCommandCompletions.cpp754 if (!exe_ctx.HasProcessScope()) in FrameIndexes()
796 if (!exe_ctx.HasProcessScope()) in ThreadIndexes()
840 if (!exe_ctx.HasProcessScope()) in ThreadIDs()
H A DCommandObjectProcess.cpp1023 if (!m_exe_ctx.HasProcessScope()) in HandleArgumentCompletion()
1097 if (request.GetCursorIndex() || !m_exe_ctx.HasProcessScope()) in HandleArgumentCompletion()
1156 if (!m_exe_ctx.HasProcessScope() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp170 if ((flags & eCommandRequiresProcess) && !m_exe_ctx.HasProcessScope()) { in CheckRequirements()
181 else if (!m_exe_ctx.HasProcessScope()) in CheckRequirements()
191 else if (!m_exe_ctx.HasProcessScope()) in CheckRequirements()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h539 bool HasProcessScope() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp384 bool ExecutionContext::HasProcessScope() const { in HasProcessScope() function in ExecutionContext
389 return (HasProcessScope() && ((bool)m_thread_sp && m_thread_sp->IsValid())); in HasThreadScope()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp87 if (!exe_ctx.HasProcessScope() || !exe_ctx.HasThreadScope() || in DeterminePtrauthFailure()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp95 if (!exe_ctx.HasProcessScope()) in GetObjectDescription()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2969 if (!exe_ctx.HasProcessScope()) in StopRunningProcess()
3548 if (!exe_ctx.HasProcessScope()) in StopRunningProcess()
6484 if (exe_ctx.HasProcessScope()) { in MenuDelegateAction()
6496 if (exe_ctx.HasProcessScope()) { in MenuDelegateAction()
6507 if (exe_ctx.HasProcessScope()) { in MenuDelegateAction()
6519 if (exe_ctx.HasProcessScope()) { in MenuDelegateAction()
7318 if (exe_ctx.HasProcessScope() && exe_ctx.GetProcessRef().IsAlive()) { in WindowDelegateHandleChar()
7362 if (exe_ctx.HasProcessScope()) in WindowDelegateHandleChar()
7372 if (exe_ctx.HasProcessScope()) in WindowDelegateHandleChar()