strace 5.16-0ubuntu1 source package in Ubuntu
Changelog
strace (5.16-0ubuntu1) jammy; urgency=medium * New upstream release. -- Matthias Klose <email address hidden> Mon, 14 Feb 2022 06:46:14 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- linux-any
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
strace_5.16.orig.tar.xz | 2.2 MiB | dc7db230ff3e57c249830ba94acab2b862da1fcaac55417e9b85041a833ca285 |
strace_5.16-0ubuntu1.debian.tar.xz | 22.9 KiB | ed80a2d652d3433a459f3e468491474053fa967ca0d6a393b824c3190f2fb44a |
strace_5.16-0ubuntu1.dsc | 2.2 KiB | dc2c6fd141c3fc662b0618a53e5d91553495c11ac5e654a8f0fe989e4e63ff0c |
Available diffs
- diff from 5.13-0ubuntu1 to 5.16-0ubuntu1 (1.1 MiB)
Binary packages built by this source
- strace: System call tracer
strace is a system call tracer: i.e. a debugging tool which prints out
a trace of all the system calls made by another process/program.
The program to be traced need not be recompiled for this, so you can
use it on binaries for which you don't have source.
.
System calls and signals are events that happen at the user/kernel
interface. A close examination of this boundary is very useful for bug
isolation, sanity checking and attempting to capture race conditions.
- strace-dbgsym: debug symbols for strace