Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp71 summary_string(ValidateSummaryString) {} in OptionGroupVariable()
107 error = summary_string.SetCurrentValue(option_arg); in SetOptionValue()
126 summary_string.Clear(); in OptionParsingStarting()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h40 OptionValueString summary_string; // a summary string variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp498 else if (!m_option_variable.summary_string.IsCurrentValueEmpty()) in DoExecute()
501 m_option_variable.summary_string.GetCurrentValue()); in DoExecute()