================ @@ -268,7 +243,7 @@ ErrorType Status::GetType() const { result = eErrorTypeMachKernel; else if (error.isA<Win32Error>()) result = eErrorTypeWin32; - else if (error.isA<ExpressionError>()) + else if (error.isA<ExpressionErrorBase>()) ---------------- labath wrote:
I'm wondering if this would look nicer if we added a `GetLLDBErrorType` function to our `ClonableError` class. https://github.com/llvm/llvm-project/pull/106442 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits