All Projects → aosp-mirror → platform_external_strace

aosp-mirror / platform_external_strace

Licence: Unknown, Unknown licenses found Licenses found Unknown LICENSE Unknown COPYING
No description, website, or topics provided.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language
shell
77523 projects
M4
1887 projects
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 a Berkeley-style license at the request
of Paul Kranenburg; see the file 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.

The project's homepage is at
	https://strace.io

strace has a mailing list:
	[email protected]

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].