Home
last modified time | relevance | path

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

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