pkgsrc/devel/valgrind/PLIST
jschauma 4fee72804a Initial import of valgrind, currently marked only available for Linux.
Valgrind is a suite of tools for debugging and profiling x86-Linux programs.
With the tools that come with Valgrind, you can automatically detect many
memory management and threading bugs, avoiding hours of frustrating
bug-hunting, making your programs more stable. You can also perform detailed
profiling, to speed up and reduce memory use of your programs.

The Valgrind distribution currently includes five tools: two memory error
detectors, a thread error detector, a cache profiler and a heap profiler.
2005-07-21 19:44:30 +00:00

55 lines
1.7 KiB
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/21 19:44:30 jschauma Exp $
bin/cg_annotate
bin/valgrind
bin/valgrind-listener
include/valgrind/basic_types.h
include/valgrind/${LOWER_OPSYS}/vki.h
include/valgrind/memcheck.h
include/valgrind/tool.h
include/valgrind/tool_asm.h
include/valgrind/valgrind.h
include/valgrind/vg_skin.h
include/valgrind/x86-${LOWER_OPSYS}/vki_arch.h
include/valgrind/x86-${LOWER_OPSYS}/vki_arch_posixtypes.h
include/valgrind/x86/tool_arch.h
lib/pkgconfig/valgrind.pc
lib/valgrind/default.supp
lib/valgrind/glibc-2.1.supp
lib/valgrind/glibc-2.2.supp
lib/valgrind/glibc-2.3.supp
lib/valgrind/hp2ps
lib/valgrind/stage2
lib/valgrind/vg_inject.so
lib/valgrind/vgpreload_addrcheck.so
lib/valgrind/vgpreload_massif.so
lib/valgrind/vgpreload_memcheck.so
lib/valgrind/vgskin_addrcheck.so
lib/valgrind/vgskin_cachegrind.so
lib/valgrind/vgskin_corecheck.so
lib/valgrind/vgskin_lackey.so
lib/valgrind/vgskin_massif.so
lib/valgrind/vgskin_memcheck.so
lib/valgrind/vgskin_none.so
lib/valgrind/xfree-3.supp
lib/valgrind/xfree-4.supp
man/man1/valgrind.1
share/doc/valgrind/ac_main.html
share/doc/valgrind/cc_main.html
share/doc/valgrind/cg_main.html
share/doc/valgrind/cg_techdocs.html
share/doc/valgrind/coregrind_core.html
share/doc/valgrind/coregrind_intro.html
share/doc/valgrind/coregrind_tools.html
share/doc/valgrind/date.gif
share/doc/valgrind/lk_main.html
share/doc/valgrind/manual.html
share/doc/valgrind/mc_main.html
share/doc/valgrind/mc_techdocs.html
share/doc/valgrind/ms_main.html
share/doc/valgrind/nl_main.html
@dirrm share/doc/valgrind
@dirrm lib/valgrind
@dirrm include/valgrind/x86-${LOWER_OPSYS}
@dirrm include/valgrind/x86
@dirrm include/valgrind/${LOWER_OPSYS}
@dirrm include/valgrind