strace 6.6-0ubuntu2 source package in Ubuntu

Changelog

strace (6.6-0ubuntu2) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:20:12 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Very Urgent

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-0ubuntu2.debian.tar.xz 20.0 KiB 27f50990afcb3ce5a7bbd243ade109dfeb6f0f7e64505b2ee02797dc5480508d
strace_6.6-0ubuntu2.dsc 2.2 KiB 50d0f445880ab69a45a053d3c26a9e18f9fc964e6a51378355b337fb908b19ff

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