rr 5.6.0-4 source package in Ubuntu

Changelog

rr (5.6.0-4) unstable; urgency=medium

  * Apply upstream patch to add missing cstdint includes, allowing
    building with GCC 13. Closes: #1037848.
  * Standards-Version 4.6.2, no change required.
  * Pass C flags to the assembler, to avoid storing absolute paths in
    files produced by the assembler. Thanks to Bernhard Übelacker for
    the patch! Closes: #973894.

 -- Stephen Kitt <email address hidden>  Sun, 25 Jun 2023 18:10:44 +0200

Upload details

Uploaded by:
Stephen Kitt
Uploaded to:
Sid
Original maintainer:
Stephen Kitt
Architectures:
amd64 arm64 i386
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64 [FULLYBUILT] arm64

Downloads

File Size SHA-256 Checksum
rr_5.6.0-4.dsc 1.9 KiB 14cc120af8d9420a084ceb52fd9c6a84a41b1b62b55941d0dbf9b985372bbbb2
rr_5.6.0.orig.tar.gz 1.5 MiB a75262ae622c2c91d3391401d3da4e1dc9379b5afea5c40c9ea93f6905706c87
rr_5.6.0-4.debian.tar.xz 11.4 KiB 3db664b2a5d76b6324f5f7269cf5be8922d8707d3050c990ef15750dcc44216b

No changes file available.

Binary packages built by this source

rr: application execution recorder, player and debugger

 rr allows application executions to be recorded and then replayed
 with gdb as many times as desired.
 .
 This allows intermittent, or complex to reproduce, bugs to be
 captured and then debugged at leisure. Replays are deterministic,
 always identical from one run to another.
 .
 rr is incompatible with ptrace hardening, and currently only supports
 Intel CPUs with Nehalem or later microarchitectures, some AMD CPUs
 with Zen or later microarchitectures, and some AArch64
 microarchitectures (e.g. ARM Neoverse N1 or Apple Silicon M-series).
 The amd64 package supports debugging amd64 and i386 binaries.

rr-dbgsym: debug symbols for rr