Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp101 show_recognized_args = false; in SetOptionValue()
119 show_recognized_args = true; // Frame option only in OptionParsingStarting()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h34 show_recognized_args : 1, // Frame option only (include_frame_options == variable
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp682 if (m_option_variable.show_recognized_args) { in DoExecute()