| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/symbolizer: retain the frame if line number is 0 | Jiao, Joey | 2025-03-26 | 1 | -0/+15 |
| | | | | | | | | | | There are numerous line_entries with a line number of 0 for __sanitizer_cov_trace_pc. Currently, if only one program counter (PC) is hit in the function and the line number is 0 for that PC, the frame is ignored. To accurately report function coverage, we should include the function in such cases. | ||||
| * | pkg/symbolizer: introduce Symbolizer interface | Taras Madan | 2025-03-07 | 1 | -0/+196 |
| To simplify interface Read*Symbols were moved out from symbolizer.Symbolizer. | |||||
