repo/extra/strace
Owen Rafferty 5610dc6ae2
strace: 6.6
2023-11-06 20:49:52 -06:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build *: explicit DESTDIR 2023-03-05 17:34:06 -06:00
checksums strace: 6.6 2023-11-06 20:49:52 -06:00
depends strace: new package 2020-10-20 19:21:29 +03:00
sources strace: 6.6 2023-11-06 20:49:52 -06:00
version strace: 6.6 2023-11-06 20:49:52 -06:00

README

strace
________________________________________________________________________________

strace is a diagnostic, debugging and instructional userspace utility for Linux.
It is used to monitor and tamper with interactions between processes and the
Linux kernel, which include system calls, signal deliveries, and changes of
process state. The operation of strace is made possible by the kernel feature
known as ptrace. [0]

Upstream: https://strace.io/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b strace                                                             |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Strace