strace 4.19-1ubuntu2 source package in Ubuntu

Changelog

strace (4.19-1ubuntu2) bionic; urgency=medium

  * debian/patches/tests-fix-llseek-test.patch: Cherry pick upstream commit
    3d2a5884ce6311834ae16729e2b01ccf3625c6dd to fix llseek test on armhf

 -- Julian Andres Klode <email address hidden>  Tue, 23 Jan 2018 12:53:51 +0100

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
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_4.19.orig.tar.xz 1.1 MiB 7c93ebc6c29280f47c24a0eb86873a99ccb2cac6512c60a60ba4ef99ab807281
strace_4.19-1ubuntu2.debian.tar.xz 19.6 KiB eaf09bf033b4b71b4fbf5d6c79bee519d6c3935d914dd4b22bc752d2f2572300
strace_4.19-1ubuntu2.dsc 2.2 KiB 9cb9bae09552fa8681101b4244eb8185b8805b08fce1f3cfef9ca004cc59db29

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 a 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
strace-udeb: 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 a 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.
 .
 This is a stripped down package intended for debugging use in the Debian
 installer.

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 a 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