ltrace 0.7.3-5.1ubuntu3 source package in Ubuntu

Changelog

ltrace (0.7.3-5.1ubuntu3) xenial; urgency=medium

  * debian/patches/LP1547152.diff: add support for ppc64el.
    Thanks to Thierry Fauck <email address hidden>.  Closes LP: 1547152.

 -- Steve Langasek <email address hidden>  Wed, 09 Mar 2016 06:39:17 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Xenial
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
ltrace_0.7.3.orig.tar.bz2 471.3 KiB 0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
ltrace_0.7.3-5.1ubuntu3.debian.tar.xz 25.8 KiB 54e120b9df636df76700a93b03aa10a0b6267ec63c16ed0ac02c64ef45a437c3
ltrace_0.7.3-5.1ubuntu3.dsc 1.8 KiB 8cf098c19161725eecf10fcb29947a98bacb00add22140ee50b4f0b784a89b61

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.