Home | History | Annotate | Download | only in Commands

Lines Matching defs:error

112         virtual Error
115 Error error;
124 error.SetErrorStringWithFormat ("unrecognized options '%c'", short_option);
128 return error;
199 Error error;
200 lldb::OptionValueSP value_sp (m_interpreter.GetDebugger().GetPropertyValue(&m_exe_ctx, setting_var_name, false, error));
247 Error error;
250 error = m_interpreter.GetDebugger().SetPropertyValue (NULL,
256 if (error.Success())
265 error = m_interpreter.GetDebugger().SetPropertyValue (&exe_ctx,
271 if (error.Fail())
273 result.AppendError (error.AsCString());
363 Error error(m_interpreter.GetDebugger().DumpPropertyValue (&m_exe_ctx, result.GetOutputStream(), property_path, OptionValue::eDumpGroupValue));
364 if (error.Success())
370 result.AppendError (error.AsCString());
585 Error error (m_interpreter.GetDebugger().SetPropertyValue (&m_exe_ctx,
589 if (error.Fail())
591 result.AppendError (error.AsCString());
708 Error error(m_interpreter.GetDebugger().SetPropertyValue (&m_exe_ctx,
712 if (error.Fail())
714 result.AppendError (error.AsCString());
837 Error error(m_interpreter.GetDebugger().SetPropertyValue (&m_exe_ctx,
841 if (error.Fail())
843 result.AppendError (error
961 Error error(m_interpreter.GetDebugger().SetPropertyValue (&m_exe_ctx,
965 if (error.Fail())
967 result.AppendError (error.AsCString());
1077 Error error(m_interpreter.GetDebugger().SetPropertyValue (&m_exe_ctx,
1081 if (error.Fail())
1083 result.AppendError (error.AsCString());
1170 Error error (m_interpreter.GetDebugger().SetPropertyValue (&m_exe_ctx,
1174 if (error.Fail())
1176 result.AppendError (error.AsCString());