quickstack
quickstack copied to clipboard
A tool to take call stack traces with minimal overheads
This makes packaging quickstack significantly easier and reduces reliance on fixed library paths (specifically, I wanted to package this for NixOS). I've also checked that it still builds successfully when...
Well, title sums it up. Is there any possibility that you could add Windows support for this tool? Visual Studio compilation is not needed, at least for me, since I...
Not sure if you want to add this. Had to change to GETREGSET because GETREGS isn't supported on ARM64 yet.
I'm on archlinux with gcc, g++ 6.1.1 when I use `make` , I got those response ``` [ 50%] Building CXX object CMakeFiles/quickstack.dir/quickstack.cc.o In file included from /home/kernel/quickstack/quickstack.h:4:0, from /home/kernel/quickstack/quickstack.cc:1:...