[Lldb-commits] [PATCH] D120948: Disable LLDB index cache for .o files with no UUID.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 4 12:59:06 PST 2022


clayborg updated this revision to Diff 413115.
clayborg added a comment.

Added unit tests for CacheSignature that covers:

- making sure encoding fails when we have an invalid CacheSignature
- make sure decoding of older cache files that had a previously valid signature fails when there is no UUID
- fix a bug in the CacheSignature encoding of object modification times


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120948

Files:
  lldb/include/lldb/Core/DataFileCache.h
  lldb/source/Core/DataFileCache.cpp
  lldb/test/API/functionalities/module_cache/bsd/TestModuleCacheBSD.py
  lldb/unittests/SymbolFile/DWARF/DWARFIndexCachingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120948.413115.patch
Type: text/x-patch
Size: 9465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220304/6678a697/attachment.bin>


More information about the lldb-commits mailing list