File: control

package info (click to toggle)
rr 5.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,456 kB
  • sloc: ansic: 55,692; cpp: 45,559; python: 3,529; asm: 626; xml: 446; sh: 402; makefile: 21
file content (41 lines) | stat: -rw-r--r-- 1,382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: rr
Maintainer: Stephen Kitt <skitt@debian.org>
Section: devel
Priority: optional
Build-Depends: capnproto,
               cmake,
               debhelper-compat (= 13),
               dh-python,
               g++-multilib | g++-i686-linux-gnu,
               gdb,
               libcapnp-dev,
               libdisasm-dev,
               libpfm4-dev,
               pkg-config,
               python3,
               python3-pexpect
# The following are required for the test suite
# realpath
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian/rr
Vcs-Git: https://salsa.debian.org/debian/rr.git
Homepage: http://rr-project.org
Rules-Requires-Root: no

Package: rr
Architecture: amd64 i386
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         sse2-support [i386]
Description: 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, and some Zen
 CPUs. The amd64 package supports debugging amd64 and i386 binaries.