[Lldb-commits] [PATCH] D78712: [lldb/Host] Improve error messages on unowned read files
    Pavel Labath via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon May  4 08:32:39 PDT 2020
    
    
  
labath accepted this revision.
labath added a comment.
Yeah, as I said, I think this is already an improvement, which I am not sure that could be said of the other version, because of the expected-handling complexities. LGTM, modulo the overzealous conversion to AppendError.
================
Comment at: lldb/source/Commands/CommandObjectTarget.cpp:417
+            } else {
+              result.AppendErrorWithFormatv(
+                  "Core file '{0}' ({1}) was loaded.\n", core_file.GetPath(),
----------------
I guess this should stay as Append**Message**
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78712/new/
https://reviews.llvm.org/D78712
    
    
More information about the lldb-commits
mailing list