SimonKagstrom / kcov

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
http://simonkagstrom.github.io/kcov/
GNU General Public License v2.0
710 stars 109 forks source link

Add basic support for RISC-V architecture #385

Closed r-value closed 1 year ago

r-value commented 1 year ago

riscv_EPC value reference: https://github.com/torvalds/linux/blob/a1375562c0a87f0fa2eaf3e8ce15824696d4170a/arch/riscv/include/asm/ptrace.h#L16

SimonKagstrom commented 1 year ago

Amazing! Thanks a lot!