Hi, I just noticed that ASAN go code coverage support [1]. This is great! And I'm wondering how I can generate highlighted source code from this data, to indicate covered/uncovered code paths. That data would be pretty useful to improve code coverage of automated tests.
The generated output from sancov.py and llvm-symbolizer contains only the line number of the basic block beginning, but it does not contain one of the ending of the basic block. I'd like to know how to figure out the line numbers of the bb ends, so that I can highlight the code of each bb begin/end pair. Any advice would be appreciated. [1] https://code.google.com/p/address-sanitizer/wiki/AsanCoverage -- morrita -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
