repo/extra/strace
git-bruh 65d2365f21
strace: 5.17 1
2022-03-31 17:29:46 +05:30
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build strace: update for new env 2021-07-18 06:22:17 +03:00
checksums strace: 5.17 1 2022-03-31 17:29:46 +05:30
depends strace: new package 2020-10-20 19:21:29 +03:00
sources strace: use VERSION 2021-07-15 10:29:54 +03:00
version strace: 5.17 1 2022-03-31 17:29:46 +05:30

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