You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.