ltrace 0.7.3-4ubuntu6 source package in Ubuntu RTM

Changelog

ltrace (0.7.3-4ubuntu6) utopic; urgency=medium

  * debian/ptrace.diff: updated to restore PTRACE scope sysctl warning
    (LP: #1317136)
 -- Marc Deslauriers <email address hidden>   Wed, 07 May 2014 15:32:12 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main utils
14.09 release main utils

Downloads

File Size SHA-256 Checksum
ltrace_0.7.3.orig.tar.bz2 471.3 KiB 0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
ltrace_0.7.3-4ubuntu6.debian.tar.xz 24.4 KiB 5066d901c7f14ab927fec4b073cec8dd3b9e2756c8f721f61b122397b19deaa1
ltrace_0.7.3-4ubuntu6.dsc 1.8 KiB ab57100dec85a27d26fb3b80de81c8112dd33ebe699fd0412ca4667e0665fde1

Available diffs

View changes file

Binary packages built by this source

ltrace: Tracks runtime library calls in dynamically linked programs

 ltrace is a debugging program which runs a specified command until it
 exits. While the command is executing, ltrace intercepts and records
 the dynamic library calls which are called by
 the executed process and the signals received by that process.
 It can also intercept and print the system calls executed by the 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 the source handy.
 .
 You should install ltrace if you need a sysadmin tool for tracking the
 execution of processes.