I run it on x86_64 in virtualbox, but it shows empty. Don't know what's wrong.
gcc and other tools are located /usr/bin, so I have to use --gcc-tools-base , or error will be reported:
Unable to find gcc tools base dir (tried searching for 'arm-none-eabi-objdump' on PATH), please specify --gcc-tools-base
puncover --gcc-tools-base /usr/bin/ --elf_file a.out

I run it on x86_64 in virtualbox, but it shows empty. Don't know what's wrong.
gcc and other tools are located /usr/bin, so I have to use
--gcc-tools-base, or error will be reported:puncover --gcc-tools-base /usr/bin/ --elf_file a.out