This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Description
When computing coverage offsets for the functions in a debuggable module, if the entrypoint of a function is excluded by the source allowlist, skip it entirely. This enables reduction of analysis time for functions we explicitly don't care about. Right now, the allowlist only impacts what software breakpoints get set and used in coverage measurements.