Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DExecutionContext.h740 HasProcessScope () const;
/external/lldb/source/Target/
DExecutionContext.cpp504 ExecutionContext::HasProcessScope () const in HasProcessScope() function in ExecutionContext
513 return (HasProcessScope() in HasThreadScope()
/external/lldb/source/Interpreter/
DCommandObject.cpp237 if ((flags & eFlagRequiresProcess) && !m_exe_ctx.HasProcessScope()) in CheckRequirements()