wok-current view strace/description.txt @ rev 25726
Fix xorg-server dep, add libffado, ffado-tools
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Nov 05 13:39:06 2024 +0000 (2 months ago) |
parents | a6f7b6b890c2 |
children |
line source
1 Strace is a system call tracer, i.e. a debugging tool which
2 prints out a trace of all the system calls made by a another
3 process or program.
4 The program to be traced need not be recompiled for this, so
5 you can use it on binaries for which you don't have source.
7 System calls and signals are events that happen at the user
8 or kernel interface.
9 A close examination of this boundary is very useful for bug
10 isolation, sanity checking and attempting to capture race
11 conditions.