
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.
5 lines
68 B
C
5 lines
68 B
C
int main(int argc, char **argv) {
|
|
// Break on main.
|
|
return 1;
|
|
}
|