D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
doc
/
strace
/
Filename :
README
back
Copy
This is strace - a diagnostic, debugging and instructional userspace utility with a traditional command-line interface 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. strace is released under the terms of the GNU Lesser General Public License version 2.1 or later; see the file COPYING for details. strace test suite is released under the terms of the GNU General Public License version 2 or later; see the file tests/COPYING for details. See the file CREDITS for a list of authors and other contributors. See the file INSTALL for compilation and installation instructions. See the file NEWS for information on what has changed in recent versions. See the file README-hacking for information related to strace development. The project's homepage is at https://strace.io The GIT repository of strace is available at https://github.com/strace/strace/ and https://gitlab.com/strace/strace/ strace has a mailing list: strace-devel@lists.strace.io Everyone is welcome to post bug reports, feature requests, comments and patches to the list. The mailing list archives are available at https://lists.strace.io/pipermail/strace-devel/ System requirements: * Linux kernel >= 2.6.18 is recommended. Older versions might still work but they haven't been thoroughly tested with this release. * Linux kernel >= 2.5.46 is required. Older versions without a decent PTRACE_SETOPTIONS support will not work. * On mips, Linux kernel >= 2.6.15 is required. Older versions without a decent PTRACE_GETREGS support will not work. * On s390 and s390x, Linux kernel >= 2.6.27 is required. Older versions without a decent PTRACE_GETREGSET support will not work.
Name
Size
Last Modified
Owner
Permissions
Actions
COPYING
1.372
KB
January 06 2022 8:01:00
root
0644
CREDITS
11.445
KB
June 18 2022 6:34:17
root
0644
ChangeLog-CVS.gz
56.997
KB
January 28 2025 1:32:15
root
0644
ChangeLog.gz
768.514
KB
January 28 2025 1:32:15
root
0644
LGPL-2.1-or-later
26.26
KB
December 10 2018 12:00:00
root
0644
NEWS
82.709
KB
January 28 2025 1:31:29
root
0644
README
1.834
KB
June 18 2022 6:33:53
root
0644
2017 © D7net | D704T team