strace: Trace system calls and signals1

In the simplest case strace runs the specified command until it exits. It intercepts and records the system calls which are called by a process and the signals which are received by a process. The name of each system call, its arguments and its return value are printed on standard error or to the file specified with the -o option.

... part of T2, get it here

URL: https://strace.io/

Author: Wichert Akkerman <wakkerma [at] debian [dot] org>
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>

License: BSD
Status: Stable
Version: 6.8

Remark: Does cross compile (as setup and patched in T2).

CPU architectures: Does not support: blackfin cris

Download: https://github.com/strace/strace/tags/download/v6.8/ strace-6.8.tar.xz

T2 source: mpers-wrapper-g.patch
T2 source: riscv32.patch
T2 source: riscv32_autoreconf.patch
T2 source: strace.cache
T2 source: strace.conf
T2 source: strace.desc
T2 source: strace.prof

Build time (on reference hardware): 30% (relative to binutils)2

Installed size (on reference hardware): 2.05 MB, 9 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk grep libelf linux-header make patch sed tar xz

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).