1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 10:01:13 +09:00
ladybird/Libraries/LibDebug
Itamar f4418361c4 Userland: Add "functrace" utility
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.
2020-04-16 11:17:33 +02:00
..
DebugSession.cpp Userland: Add "functrace" utility 2020-04-16 11:17:33 +02:00
DebugSession.h Userland: Add "functrace" utility 2020-04-16 11:17:33 +02:00
Makefile Userland: Add "functrace" utility 2020-04-16 11:17:33 +02:00