Jonas Devlieghere ffa2f539ae
[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.
2024-09-11 08:53:07 -07:00

5 lines
68 B
C

int main(int argc, char **argv) {
// Break on main.
return 1;
}