clayborg marked 6 inline comments as done.
clayborg added inline comments.

================
Comment at: lldb/source/Utility/DataFileCache.cpp:58
+  else
+    consumeError(cache_or_err.takeError());
+}
----------------
wallace wrote:
> could you create a new lldb log channel where this information is logged? 
> it'll help investigating issues with the cache (if they ever happen). Same 
> for everywhere llvm::Error's or lldb::Status messages are lost.
I didn't create a new channel because we are out of log bits. I can expand the 
log bits to 64 in a separate patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115324/new/

https://reviews.llvm.org/D115324

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

Reply via email to