strace 4.8-1ubuntu3 source package in Ubuntu
Changelog
strace (4.8-1ubuntu3) trusty; urgency=medium * debian/patches/ptrace_peeksiginfo_args.patch: Cherry-pick change from upstream to work around conflict between <sys/ptrace.h> and <linux/ptrace.h>. * debian/patches/improve_32_64bit_detection.patch: Cherry-pick change from upstream to enhance 32/64bit detection on powerpc. LP: #1262396. * Use dh-autoreconf to regenerate configure for the above changes. * Force use of automake1.11 to avoid testsuite failures when building with DEB_BUILD_OPTIONS=parallel=n. -- Steve Langasek <email address hidden> Wed, 18 Dec 2013 23:01:55 -0800
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Trusty
- 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_4.8.orig.tar.xz | 431.4 KiB | f492291f07a7c805c07a8395cce1ea054a6401ad414f4cc12185672215e1d7f8 |
strace_4.8-1ubuntu3.debian.tar.gz | 14.0 KiB | 5eddf91599f987bcc7a8e3155667e5998baf8f405772e9cc32eb8c8174a718a3 |
strace_4.8-1ubuntu3.dsc | 2.0 KiB | 2838fa7d3a80c9dce9184a04d08cf3d9090703a4fd13f498624e6e949de520e0 |
Available diffs
- diff from 4.8-1ubuntu2 to 4.8-1ubuntu3 (2.4 KiB)
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: 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.
.
This is a stripped down package intended for debugging use in the Debian
installer.