Home
last modified time | relevance | path

Searched refs:bInScopeOnly (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.cpp439 const bool bInScopeOnly = (vMaskVarTypes & eVariableType_InScope); in MIResponseFormVariableInfo() local
449 rFrame.GetVariables(false, bLocals, bStatics, bInScopeOnly); in MIResponseFormVariableInfo()
H A DMICmdCmdVar.cpp187 const bool bInScopeOnly = true; in Execute() local
189 frame.GetVariables(bArgs, bLocals, bStatics, bInScopeOnly); in Execute()