GitXplorerGitXplorer
K

RRStrace.jl

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
590ec25d4f83f84a733a653ab758a85321859e06

Fix typo

KKeno committed 8 years ago
Unverified
cffa31fc50eab7f5d60ebce8d8e3ae7392e7d603

Signal mask printing

KKeno committed 8 years ago
Unverified
e44a72baa3dcfedaaf201ef7ca942e129e4994d8

Minimal readme instructions

KKeno committed 8 years ago
Unverified
3f08d770c321cc64dff047214782d0ddabe1eb03

Add initial strace code

KKeno committed 8 years ago
Unverified
a282f8825aa58415289af3f9ef74734ce1396a42

RRStrace.jl generated files.

KKeno committed 8 years ago
Unverified
6c7b6e09933e2973ce6d77630c10d47c09ef3aec

initial empty commit

KKeno committed 8 years ago

README

The README file for this repository.

RRStrace

Like strace, but operate on an rr recording.

Usage

At the moment, this package relies on unreleased, dependencies (sorry). You can find those in my GitHub, but I wouldn't recommend using this at this stage. If you do manage to install the dependencies, use:

julia -e 'Pkg.dir("RRStrace","bin","stracelatest.jl")'

to strace the most recent recording.