Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1698 m_options_error.SetErrorString("No script interpreter"); in CommandObjectScriptingObjectParsed()
1717 m_options_error = m_options.SetOptionsFromArray(*(options_dict)); in CommandObjectScriptingObjectParsed()
1719 if (m_options_error.Fail()) in CommandObjectScriptingObjectParsed()
1722 m_options_error.SetErrorString("Options array not an array"); in CommandObjectScriptingObjectParsed()
1833 Status GetOptionsError() { return m_options_error; } in GetOptionsError()
1917 Status m_options_error; member in CommandObjectScriptingObjectParsed