mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-18 03:15:27 +00:00
functrace traces the function calls a program makes. It's like strace, but for userspace. It works by using Debugging functionality to insert breakpoints at call&ret instructions.