ravitheja added inline comments.

================
Comment at: source/Plugins/Process/Linux/ProcessorTrace.cpp:158
+    LLDB_LOG(log, "ProcessorTrace failed to open Config file");
+    error.SetError(FileNotFound, eErrorTypePOSIX);
+    return error;
----------------
labath wrote:
> eErrorTypePOSIX is used for errno error values. Please don't try to pass your 
> invented error codes as these.
Yes I did not want to use eErrorTypePOSIX but when transitioning from Status to 
llvm::Error, the m_code is only retained for eErrorTypePOSIX else its not 
retained.


https://reviews.llvm.org/D33674



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to