Home
last modified time | relevance | path

Searched refs:GetVariables (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFrame.h139 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
142 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
146 lldb::SBValueList GetVariables(const lldb::SBVariablesOptions &options);
H A DSBBlock.h56 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments,
60 lldb::SBValueList GetVariables(lldb::SBTarget &target, bool arguments,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp199 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables() function in SBBlock
251 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables() function in SBBlock
H A DSBFrame.cpp902 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() function in SBFrame
924 value_list = GetVariables(options); in GetVariables()
929 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables() function in SBFrame
945 return GetVariables(options); in GetVariables()
948 SBValueList SBFrame::GetVariables(const lldb::SBVariablesOptions &options) { in GetVariables() function in SBFrame
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.cpp442 lldb::SBValueList listArg = rFrame.GetVariables(bArg, false, false, false); in MIResponseFormVariableInfo()
449 rFrame.GetVariables(false, bLocals, bStatics, bInScopeOnly); in MIResponseFormVariableInfo()
H A DMICmdCmdVar.cpp189 frame.GetVariables(bArgs, bLocals, bStatics, bInScopeOnly); in Execute()