Files
clang-p2996/lldb/source/Core
Jonas Devlieghere 5e7f0dcd69 [lldb] Include checksum in source cache dump (#106773)
This patch updates the source cache dump command to print both the
actual (on-disk) checksum and the expected (line table) checksum. To
achieve that we now read and store the on-disk checksum in the cached
object. The same information will be used in a future path to print a
warning when the checksums differ.
2024-08-30 13:16:26 -07:00
..