Module Name: src Committed By: rillig Date: Tue Sep 24 19:58:06 UTC 2024
Modified Files: src/usr.bin/xlint/lint1: debug.c externs1.h main1.c Log Message: lint: exclude the GCC builtins from debug logging Their source code is parsed for simplicity, and since the text is fixed, there is nothing surprising to be expected there. Instead, start debugging when the actual code begins. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/usr.bin/xlint/lint1/debug.c cvs rdiff -u -r1.231 -r1.232 src/usr.bin/xlint/lint1/externs1.h cvs rdiff -u -r1.83 -r1.84 src/usr.bin/xlint/lint1/main1.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.