extrace 0.4-1 source package in Ubuntu

Changelog

extrace (0.4-1) unstable; urgency=medium

  * Initial packaging (Closes: 882569)

 -- Nicolas Braud-Santoni <email address hidden>  Fri, 24 Nov 2017 02:16:47 +0100

Upload details

Uploaded by:
Nicolas Braud-Santoni
Uploaded to:
Sid
Original maintainer:
Nicolas Braud-Santoni
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
extrace_0.4-1.dsc 1.8 KiB ac2f28f43aa805f9abd23c1e4e56b1856fbf30888395634581c73d27a62511bd
extrace_0.4.orig.tar.gz 7.7 KiB c656851682e0cef7d717d77ad6888f3ad8c7105e4ef0094a64b374838d18c09f
extrace_0.4-1.debian.tar.xz 5.2 KiB cd4f3acbe496a866dbdb353358f03a365949cbcabe528c99236a83e385b2a42b

No changes file available.

Binary packages built by this source

extrace: trace exec() calls system-wide

 extrace traces all program executions happening on a system,
 or the subset of program executions done by a given process and its
 descendants. For example, to see what the shell really executes:
 .
 $ sudo extrace -p $(pidof zsh)
 8505 git rev-parse --is-inside-work-tree
 8506 direnv export zsh
 8511 git rev-parse --is-inside-work-tree
     8515 wc -l
   8516 whoami
 8542 hostname
 8543 git rev-parse --is-inside-work-tree
 8544 direnv export zsh
   8549 /bin/bash --noprofile --norc -c 'eval "$("/usr/bin/direnv" stdlib)" >&2\
          && source_env ".envrc" >&2 && "/usr/bin/direnv" dump'
       8551 /usr/bin/direnv stdlib
       8558 /usr/bin/direnv watch .envrc
       8565 dirname .envrc
       8567 basename .envrc
       8569 basename .envrc
   8549 /usr/bin/direnv dump
 8574 git rev-parse --is-inside-work-tree
     8578 wc -l
   8579 whoami

extrace-dbgsym: debug symbols for extrace