strace 4.8-1ubuntu5 source package in Ubuntu

Changelog

strace (4.8-1ubuntu5) trusty; urgency=medium

  * debian/patches/trust_sys_ptrace.patch: Backport upstream commit
    to assume that <sys/ptrace.h> provides a valid ptrace prototype
 -- Adam Conrad <email address hidden>   Thu, 13 Mar 2014 13:21:12 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main utils

Downloads

File Size SHA-256 Checksum
strace_4.8.orig.tar.xz 431.4 KiB f492291f07a7c805c07a8395cce1ea054a6401ad414f4cc12185672215e1d7f8
strace_4.8-1ubuntu5.debian.tar.gz 14.6 KiB f1770239e62703f9598461cbea605e216d6c46f7d90f8e6bd067da6a1c6d5b9a
strace_4.8-1ubuntu5.dsc 1.3 KiB 6704779352fdb954096f816a6ea414c768b0bd075a46d893aac79671825f4464

Available diffs

View changes file

Binary packages built by this source

strace: A 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-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: A 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 containts 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.