ltrace 0.7.3-6.1ubuntu6.22.04.1 source package in Ubuntu

Changelog

ltrace (0.7.3-6.1ubuntu6.22.04.1) jammy; urgency=medium

  * Fix ltrace on binaries compiled on recent Ubuntu releases (LP: #1992939)
      - debian/patches/lp1992939-add-intel-cet-support.patch, thanks to DJ Delorie

 -- Ravi Kant Sharma <email address hidden>  Mon, 15 Jan 2024 11:45:25 +0100

Upload details

Uploaded by:
Ravi Kant Sharma
Sponsored by:
Simon Chopin
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates universe utils

Downloads

File Size SHA-256 Checksum
ltrace_0.7.3.orig.tar.bz2 471.3 KiB 0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
ltrace_0.7.3-6.1ubuntu6.22.04.1.debian.tar.xz 52.0 KiB 0b6465fe0cfb00ba0aeebbe3577b8dab0a9b647cf041e1497e6762aada4891e4
ltrace_0.7.3-6.1ubuntu6.22.04.1.dsc 1.6 KiB f0f02a66500025accbd920fb06f1d58a27205527cb186ef7c6c56c2c2781e3d8

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.

ltrace-dbgsym: debug symbols for ltrace