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 LoongArch architecture #399

Closed FreeFlyingSheep closed 1 year ago

FreeFlyingSheep commented 1 year ago

LoongArch documentation: https://loongson.github.io/LoongArch-Documentation/README-EN.html ptrace reference: https://github.com/torvalds/linux/blob/82a2a51055895f419a3aaba15ffad419063191f0/arch/loongarch/include/uapi/asm/ptrace.h#L25) breakpoint reference: https://github.com/torvalds/linux/blob/82a2a51055895f419a3aaba15ffad419063191f0/arch/loongarch/include/uapi/asm/break.h#L12

SimonKagstrom commented 1 year ago

Beautiful, thanks a lot! Also nice with the references.