[all-commits] [llvm/llvm-project] ffa2f5: [lldb] Print a warning on checksum mismatch (#107968)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Sep 11 08:53:31 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffa2f539ae2a4e79c01b3d54f8b12c63d8781a0c
https://github.com/llvm/llvm-project/commit/ffa2f539ae2a4e79c01b3d54f8b12c63d8781a0c
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M lldb/include/lldb/Core/SourceManager.h
M lldb/source/Core/SourceManager.cpp
A lldb/test/Shell/SymbolFile/Inputs/main.c
A lldb/test/Shell/SymbolFile/checksum-mismatch.test
Log Message:
-----------
[lldb] Print a warning on checksum mismatch (#107968)
Print a warning when the debugger detects a mismatch between the MD5
checksum in the DWARF 5 line table and the file on disk. The warning is
printed only once per file.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list