Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp76 show_recognized_args(false), show_locals(false), show_globals(false), in OptionGroupVariable()
108 show_recognized_args = false; in SetOptionValue()
126 show_recognized_args = true; // Frame option only in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h34 show_recognized_args : 1, // Frame option only (include_frame_options == variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp667 if (m_option_variable.show_recognized_args) { in DoExecute()