strace 6.6-0ubuntu1 source package in Ubuntu

Changelog

strace (6.6-0ubuntu1) noble; urgency=medium

  * New upstream version.

 -- Matthias Klose <email address hidden>  Sun, 31 Dec 2023 10:20:02 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Steve McIntyre
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
strace_6.6.orig.tar.xz 2.3 MiB 421b4186c06b705163e64dc85f271ebdcf67660af8667283147d5e859fc8a96c
strace_6.6-0ubuntu1.debian.tar.xz 19.9 KiB f06fc35f192e813c58011cad0f6261a76375c1be3130d7530a95c7a4493d64b6
strace_6.6-0ubuntu1.dsc 2.1 KiB 44b99883215bcc6773ca8a1bed77a869d351b3c5f96659c348a1a6cd4a857dc6

Available diffs

View changes file

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
strace64: System call tracer for 64bit binaries

 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.
 .
 This package contains the 64bit version of the binary, intended for
 biarch systems with 32bit userland and 64bit kernel.
 .
 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.

strace64-dbgsym: debug symbols for strace64