Home
last modified time | relevance | path

Searched refs:SetIncludeLocals (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBVariablesOptions.cpp48 void SetIncludeLocals(bool b) { m_include_locals = b; } in SetIncludeLocals() function in VariablesOptionsImpl
142 void SBVariablesOptions::SetIncludeLocals(bool locals) { in SetIncludeLocals() function in SBVariablesOptions
145 m_opaque_up->SetIncludeLocals(locals); in SetIncludeLocals()
H A DSBFrame.cpp746 options.SetIncludeLocals(locals); in GetVariables()
771 options.SetIncludeLocals(locals); in GetVariables()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBVariablesOptions.i44 SetIncludeLocals (bool);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBVariablesOptions.h43 void SetIncludeLocals(bool);
/llvm-project-15.0.7/lldb/test/API/lang/objcxx/hide-runtime-values/
H A DTestObjCXXHideRuntimeValues.py17 var_opts.SetIncludeLocals(True)
/llvm-project-15.0.7/lldb/test/API/lang/c/vla/
H A DTestVLA.py18 var_opts.SetIncludeLocals(True)
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_expression/
H A DTestExitDuringExpression.py64 var_options.SetIncludeLocals(False)