[Lldb-commits] [PATCH] D115324: Added the ability to cache the finalized symbol tables subsequent debug sessions to start faster.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 13 22:33:31 PST 2021


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



More information about the lldb-commits mailing list