File: control

package info (click to toggle)
rr 4.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,484 kB
  • ctags: 7,626
  • sloc: cpp: 31,458; ansic: 16,080; python: 2,774; asm: 425; sh: 323; xml: 294; makefile: 9
file content (36 lines) | stat: -rw-r--r-- 1,199 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
Source: rr
Maintainer: Stephen Kitt <skitt@debian.org>
Section: devel
Priority: optional
Build-Depends: cmake,
               debhelper (>= 10),
               g++-multilib,
               gdb,
               libdisasm-dev,
               libpfm4-dev,
               pkg-config,
               python,
               python-pexpect,
               zlib1g-dev
# The following are required for the test suite
# realpath
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/rr.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/rr.git
Homepage: http://rr-project.org

Package: rr
Architecture: amd64 i386
Depends: ${misc:Depends},
         ${shlibs:Depends}
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 Nehalem, Westmere, Sandy Bridge, Ivy Bridge, Haswell, Broadwell
 and Skylake CPUs.