I want to use KCOV (code coverage for fuzzing) in the Linux kernel to record the coverage of certain system calls. I have enabled the corresponding kernel conf
I need to get the information provided by addr2line (source file and line from backtracing a function call) from within a C++ program. I know I can call addr2li