Index: lldb/trunk/source/Core/Error.cpp =================================================================== --- lldb/trunk/source/Core/Error.cpp +++ lldb/trunk/source/Core/Error.cpp @@ -146,7 +146,7 @@ Error::Clear () { m_code = 0; - m_type = eErrorTypeGeneric; + m_type = eErrorTypeInvalid; m_string.clear(); }