Datagrind

Datagrind is a valgrind tool that captures all read and write accesses made by a program and records them in a log file. A separate tool (dg_view), can then be used to visually represent the reads and writes. more…

dg_view

Graphical view for the access logs produced by datagrind. It depends on
scons for building
GTK+ for the GUI
libbfd from GNU binutils for extracting debugging information.

  • Clone & push urls

    ?

valgrind

This is valgrind with patches applied to add an exp-datagrind tool. It uses the git submodules system to pull in the VEX repository.

  • Clone & push urls

    ?

vex

This is a straight clone of the VEX submodule from Valgrind 3.6.0, with a .gitignore added.

  • Clone & push urls

    ?

Activities Feed