Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

valgrind-3.6.1-4.fc15 RPM for i686

From Fedora 15 updates for i386

Name: valgrind Distribution: Fedora Project
Version: 3.6.1 Vendor: Fedora Project
Release: 4.fc15 Build date: Tue Jun 14 13:50:36 2011
Group: Development/Debuggers Build host: x86-01.phx2.fedoraproject.org
Size: 73878857 Source RPM: valgrind-3.6.1-4.fc15.src.rpm
Packager: Fedora Project
Url: http://www.valgrind.org/
Summary: Tool for finding memory management bugs in programs
Valgrind is a tool to help you find memory-management problems in your
programs. When a program is run under Valgrind's supervision, all
reads and writes of memory are checked, and calls to
malloc/new/free/delete are intercepted. As a result, Valgrind can
detect a lot of problems that are otherwise very hard to
find/diagnose.

Provides

Requires

License

GPLv2

Changelog

* Mon Jun 13 2011 Jakub Jelinek <jakub@redhat.com> 3.6.1-4
  - fix memcpy/memmove redirection on x86_64 (#705790)
* Wed Jun 08 2011 Jakub Jelinek <jakub@redhat.com> 3.6.1-3
  - fix testing against glibc 2.14
* Wed Jun 08 2011 Jakub Jelinek <jakub@redhat.com> 3.6.1-2
  - fix build on ppc64 (#711608)
  - don't fail if s390x support patch hasn't been applied,
    move testing into %check (#708522)
  - rebuilt against glibc 2.14
* Wed Feb 23 2011 Jakub Jelinek <jakub@redhat.com> 3.6.1-1
  - update to 3.6.1
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.6.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Jan 28 2011 Jakub Jelinek <jakub@redhat.com> 3.6.0-2
  - rebuilt against glibc 2.13 (#673046)
  - hook in pwrite64 syscall on ppc64 (#672858)
  - fix PIE handling on ppc/ppc64 (#665289)
* Fri Nov 12 2010 Jakub Jelinek <jakub@redhat.com> 3.6.0-1
  - update to 3.6.0
  - add s390x support (#632354)
  - provide a replacement for str{,n}casecmp{,_l} (#626470)
* Tue May 18 2010 Jakub Jelinek <jakub@redhat.com> 3.5.0-18
  - rebuilt against glibc 2.12
* Mon Apr 12 2010 Jakub Jelinek <jakub@redhat.com> 3.5.0-16
  - change pub_tool_basics.h not to include config.h (#579283)
  - add valgrind-openmpi package for OpenMPI support (#565541)
  - allow NULL second argument to capget (#450976)
* Wed Apr 07 2010 Jakub Jelinek <jakub@redhat.com> 3.5.0-15
  - handle i686 nopw insns with more than one data16 prefix (#574889)
  - DWARF4 support
  - handle getcpu and splice syscalls
* Wed Jan 20 2010 Jakub Jelinek <jakub@redhat.com> 3.5.0-14
  - fix build against latest glibc headers
* Wed Jan 20 2010 Jakub Jelinek <jakub@redhat.com> 3.5.0-13
  - DW_OP_mod is unsigned modulus instead of signed
  - fix up valgrind.pc (#551277)
* Mon Dec 21 2009 Jakub Jelinek <jakub@redhat.com> 3.5.0-12
  - don't require offset field to be set in adjtimex's
    ADJ_OFFSET_SS_READ mode (#545866)
* Wed Dec 02 2009 Jakub Jelinek <jakub@redhat.com> 3.5.0-10
  - add handling of a bunch of recent syscalls and fix some
    other syscall wrappers (Dodji Seketeli)
  - handle prelink created split of .bss into .dynbss and .bss
    and similarly for .sbss and .sdynbss (#539874)
* Wed Nov 04 2009 Jakub Jelinek <jakub@redhat.com> 3.5.0-9
  - rebuilt against glibc 2.11
  - use upstream version of the ifunc support
* Wed Oct 28 2009 Jakub Jelinek <jakub@redhat.com> 3.5.0-8
  - add preadv/pwritev syscall support
* Tue Oct 27 2009 Jakub Jelinek <jakub@redhat.com> 3.5.0-7
  - add perf_counter_open syscall support (#531271)
  - add handling of some sbb/adc insn forms on x86_64 (KDE#211410)
* Fri Oct 23 2009 Jakub Jelinek <jakub@redhat.com> 3.5.0-6
  - ppc and ppc64 fixes
* Thu Oct 22 2009 Jakub Jelinek <jakub@redhat.com> 3.5.0-5
  - add emulation of 0x67 prefixed loop* insns on x86_64 (#530165)
* Wed Oct 21 2009 Jakub Jelinek <jakub@redhat.com> 3.5.0-4
  - handle reading of .debug_frame in addition to .eh_frame
  - ignore unknown DWARF3 expressions in evaluate_trivial_GX
  - suppress helgrind race errors in helgrind's own mythread_wrapper
  - fix compilation of x86 tests on x86_64 and ppc tests
* Wed Oct 14 2009 Jakub Jelinek <jakub@redhat.com> 3.5.0-3
  - handle many more DW_OP_* ops that GCC now uses
  - handle the more compact form of DW_AT_data_member_location
  - don't strip .debug_loc etc. from valgrind binaries
* Mon Oct 12 2009 Jakub Jelinek <jakub@redhat.com> 3.5.0-2
  - add STT_GNU_IFUNC support (Dodji Seketeli, #518247)
  - wrap inotify_init1 syscall (Dodji Seketeli, #527198)
  - fix mmap/mprotect handling in memcheck (KDE#210268)
* Fri Aug 21 2009 Jakub Jelinek <jakub@redhat.com> 3.5.0-1
  - update to 3.5.0
* Tue Jul 28 2009 Jakub Jelinek <jakub@redhat.com> 3.4.1-7
  - handle futex ops newly added during last 4 years (#512121)
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 3.4.1-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Jul 13 2009 Jakub Jelinek <jakub@redhat.com> 3.4.1-5
  - add support for DW_CFA_{remember,restore}_state
* Mon Jul 13 2009 Jakub Jelinek <jakub@redhat.com> 3.4.1-4
  - handle version 3 .debug_frame, .eh_frame, .debug_info and
    .debug_line (#509197)
* Mon May 11 2009 Jakub Jelinek <jakub@redhat.com> 3.4.1-3
  - rebuilt against glibc 2.10.1
* Wed Apr 22 2009 Jakub Jelinek <jakub@redhat.com> 3.4.1-2
  - redirect x86_64 ld.so strlen early (#495645)
* Mon Mar 09 2009 Jakub Jelinek <jakub@redhat.com> 3.4.1-1
  - update to 3.4.1
* Mon Feb 09 2009 Jakub Jelinek <jakub@redhat.com> 3.4.0-3
  - update to 3.4.0
* Wed Apr 16 2008 Jakub Jelinek <jakub@redhat.com> 3.3.0-3
  - add suppressions for glibc 2.8
  - add a bunch of syscall wrappers (#441709)
* Mon Mar 03 2008 Jakub Jelinek <jakub@redhat.com> 3.3.0-2
  - add _dl_start suppression for ppc/ppc64
* Mon Mar 03 2008 Jakub Jelinek <jakub@redhat.com> 3.3.0-1
  - update to 3.3.0
  - split off devel bits into valgrind-devel subpackage
* Thu Oct 18 2007 Jakub Jelinek <jakub@redhat.com> 3.2.3-7
  - add suppressions for glibc >= 2.7
* Fri Aug 31 2007 Jakub Jelinek <jakub@redhat.com> 3.2.3-6
  - handle new x86_64 nops (#256801, KDE#148447)
  - add support for private futexes (KDE#146781)
  - update License tag
* Fri Aug 03 2007 Jakub Jelinek <jakub@redhat.com> 3.2.3-5
  - add ppc64-linux symlink in valgrind ppc.rpm, so that when
    rpm prefers 32-bit binaries over 64-bit ones 32-bit
    /usr/bin/valgrind can find 64-bit valgrind helper binaries
    (#249773)
  - power5+ and power6 support (#240762)
* Thu Jun 28 2007 Jakub Jelinek <jakub@redhat.com> 3.2.3-4
  - pass GDB=/usr/gdb to configure to fix default
    --db-command (#220840)
* Wed Jun 27 2007 Jakub Jelinek <jakub@redhat.com> 3.2.3-3
  - add suppressions for glibc >= 2.6
  - avoid valgrind internal error if io_destroy syscall is
    passed a bogus argument
* Tue Feb 13 2007 Jakub Jelinek <jakub@redhat.com> 3.2.3-2
  - fix valgrind.pc again
* Tue Feb 13 2007 Jakub Jelinek <jakub@redhat.com> 3.2.3-1
  - update to 3.2.3
* Wed Nov 08 2006 Jakub Jelinek <jakub@redhat.com> 3.2.1-7
  - some cachegrind improvements (Ulrich Drepper)
* Mon Nov 06 2006 Jakub Jelinek <jakub@redhat.com> 3.2.1-6
  - fix valgrind.pc (#213149)
  - handle Intel Core2 cache sizes in cachegrind (Ulrich Drepper)
* Wed Oct 25 2006 Jakub Jelinek <jakub@redhat.com> 3.2.1-5
  - fix valgrind on ppc/ppc64 where PAGESIZE is 64K (#211598)
* Sun Oct 01 2006 Jakub Jelinek <jakub@redhat.com> 3.2.1-4
  - adjust for glibc-2.5
* Wed Sep 27 2006 Jakub Jelinek <jakub@redhat.com> 3.2.1-3
  - another DW_CFA_set_loc handling fix
* Tue Sep 26 2006 Jakub Jelinek <jakub@redhat.com> 3.2.1-2
  - fix openat handling (#208097)
  - fix DW_CFA_set_loc handling
* Tue Sep 19 2006 Jakub Jelinek <jakub@redhat.com> 3.2.1-1
  - update to 3.2.1 bugfix release
    - SSE3 emulation fixes, reduce memcheck false positive rate,
      4 dozens of bugfixes
* Mon Aug 21 2006 Jakub Jelinek <jakub@redhat.com> 3.2.0-5
  - handle the new i686/x86_64 nops (#203273)
* Fri Jul 28 2006 Jeremy Katz <katzj@redhat.com> - 1:3.2.0-4
  - rebuild to bring ppc back
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:3.2.0-3.1
  - rebuild
* Fri Jun 16 2006 Jakub Jelinek <jakub@redhat.com> 3.2.0-3
  - handle [sg]et_robust_list syscall on ppc{32,64}
* Fri Jun 16 2006 Jakub Jelinek <jakub@redhat.com> 3.2.0-2
  - fix ppc64 symlink to 32-bit valgrind libdir
  - handle a few extra ppc64 syscalls
* Thu Jun 15 2006 Jakub Jelinek <jakub@redhat.com> 3.2.0-1
  - update to 3.2.0
    - ppc64 support
* Fri May 26 2006 Jakub Jelinek <jakub@redhat.com> 3.1.1-3
  - handle [sg]et_robust_list syscalls on i?86/x86_64
  - handle *at syscalls on ppc
  - ensure on x86_64 both 32-bit and 64-bit glibc{,-devel} are
    installed in the buildroot (#191820)
* Wed Apr 12 2006 Jakub Jelinek <jakub@redhat.com> 3.1.1-2
  - handle many syscalls that were unhandled before, especially on ppc
* Mon Apr 03 2006 Jakub Jelinek <jakub@redhat.com> 3.1.1-1
  - upgrade to 3.1.1
    - many bugfixes
* Mon Mar 13 2006 Jakub Jelinek <jakub@redhat.com> 3.1.0-2
  - add support for DW_CFA_val_offset{,_sf}, DW_CFA_def_cfa_sf
    and skip over DW_CFA_val_expression quietly
  - adjust libc/ld.so filenames in glibc-2.4.supp for glibc 2.4
    release
* Mon Jan 09 2006 Jakub Jelinek <jakub@redhat.com> 3.1.0-1
  - upgrade to 3.1.0 (#174582)
    - many bugfixes, ppc32 support
* Thu Oct 13 2005 Jakub Jelinek <jakub@redhat.com> 3.0.1-2
  - remove Obsoletes for valgrind-callgrind, as it has been
    ported to valgrind 3.0.x already
* Sun Sep 11 2005 Jakub Jelinek <jakub@redhat.com> 3.0.1-1
  - upgrade to 3.0.1
    - many bugfixes
  - handle xattr syscalls on x86-64 (Ulrich Drepper)
* Fri Aug 12 2005 Jakub Jelinek <jakub@redhat.com> 3.0.0-3
  - fix amd64 handling of cwtd instruction
  - fix amd64 handling of e.g. sarb $0x4,val(%rip)
  - speedup amd64 insn decoding
* Fri Aug 12 2005 Jakub Jelinek <jakub@redhat.com> 3.0.0-2
  - lower x86_64 stage2 base from 112TB down to 450GB, so that
    valgrind works even on 2.4.x kernels.  Still way better than
    1.75GB that stock valgrind allows
* Fri Aug 12 2005 Jakub Jelinek <jakub@redhat.com> 3.0.0-1
  - upgrade to 3.0.0
    - x86_64 support
  - temporarily obsolete valgrind-callgrind, as it has not been
    ported yet
* Tue Jul 12 2005 Jakub Jelinek <jakub@redhat.com> 2.4.0-3
  - build some insn tests with -mmmx, -msse or -msse2 (#161572)
  - handle glibc-2.3.90 the same way as 2.3.[0-5]
* Wed Mar 30 2005 Jakub Jelinek <jakub@redhat.com> 2.4.0-2
  - resurrect the non-upstreamed part of valgrind_h patch
  - remove 2.1.2-4G patch, seems to be upstreamed
  - resurrect passing -fno-builtin in memcheck tests
* Sun Mar 27 2005 Colin Walters <walters@redhat.com> 2.4.0-1
  - New upstream version 
  - Update valgrind-2.2.0-regtest.patch to 2.4.0; required minor
    massaging
  - Disable valgrind-2.1.2-4G.patch for now; Not going to touch this,
    and Fedora does not ship 4G kernel by default anymore
  - Remove upstreamed valgrind-2.2.0.ioctls.patch
  - Remove obsolete valgrind-2.2.0-warnings.patch; Code is no longer
    present
  - Remove upstreamed valgrind-2.2.0-valgrind_h.patch
  - Remove obsolete valgrind-2.2.0-unnest.patch and
    valgrind-2.0.0-pthread-stacksize.patch; valgrind no longer
    includes its own pthread library
* Thu Mar 17 2005 Jakub Jelinek <jakub@redhat.com> 2.2.0-10
  - rebuilt with GCC 4
* Tue Feb 08 2005 Jakub Jelinek <jakub@redhat.com> 2.2.0-8
  - avoid unnecessary use of nested functions for pthread_once
    cleanup
* Mon Dec 06 2004 Jakub Jelinek <jakub@redhat.com> 2.2.0-7
  - update URL (#141873)
* Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.2.0-6
  - act as if NVALGRIND is defined when using <valgrind.h>
    in non-m32/i386 programs (#138923)
  - remove weak from VALGRIND_PRINTF*, make it static and
    add unused attribute
* Mon Nov 08 2004 Jakub Jelinek <jakub@redhat.com> 2.2.0-4
  - fix a printout and possible problem with local variable
    usage around setjmp (#138254)
* Tue Oct 05 2004 Jakub Jelinek <jakub@redhat.com> 2.2.0-3
  - remove workaround for buggy old makes (#134563)
* Fri Oct 01 2004 Jakub Jelinek <jakub@redhat.com> 2.2.0-2
  - handle some more ioctls (Peter Jones, #131967)
* Thu Sep 02 2004 Jakub Jelinek <jakub@redhat.com> 2.2.0-1
  - update to 2.2.0
* Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.1.2-3
  - fix packaging of documentation
* Tue Jul 20 2004 Jakub Jelinek <jakub@redhat.com> 2.1.2-2
  - allow tracing of 32-bit binaries on x86-64
* Tue Jul 20 2004 Jakub Jelinek <jakub@redhat.com> 2.1.2-1
  - update to 2.1.2
  - run make regtest as part of package build
  - use glibc-2.3 suppressions instead of glibc-2.2 suppressions
* Thu Apr 29 2004 Colin Walters <walters@redhat.com> 2.0.0-1
  - update to 2.0.0
* Tue Feb 25 2003 Jeff Johnson <jbj@redhat.com> 1.9.4-0.20030228
  - update to 1.9.4 from CVS.
  - dwarf patch from Graydon Hoare.
  - sysinfo patch from Graydon Hoare, take 1.
* Fri Feb 14 2003 Jeff Johnson <jbj@redhat.com> 1.9.3-6.20030207
  - add return codes to syscalls.
  - fix: set errno after syscalls.
* Tue Feb 11 2003 Graydon Hoare <graydon@redhat.com> 1.9.3-5.20030207
  - add handling for separate debug info (+fix).
  - handle blocking readv/writev correctly.
  - comment out 4 overly zealous pthread checks.
* Tue Feb 11 2003 Jeff Johnson <jbj@redhat.com> 1.9.3-4.20030207
  - move _pthread_desc to vg_include.h.
  - implement pthread_mutex_timedlock().
  - implement pthread_barrier_wait().
* Mon Feb 10 2003 Jeff Johnson <jbj@redhat.com> 1.9.3-3.20030207
  - import all(afaik) missing functionality from linuxthreads.
* Sun Feb 09 2003 Jeff Johnson <jbj@redhat.com> 1.9.3-2.20030207
  - import more missing functionality from linuxthreads in glibc-2.3.1.
* Sat Feb 08 2003 Jeff Johnson <jbj@redhat.com> 1.9.3-1.20030207
  - start fixing nptl test cases.
* Fri Feb 07 2003 Jeff Johnson <jbj@redhat.com> 1.9.3-0.20030207
  - build against current 1.9.3 with nptl hacks.
* Tue Oct 15 2002 Alexander Larsson <alexl@redhat.com>
  - Update to 1.0.4
* Fri Aug 09 2002 Alexander Larsson <alexl@redhat.com>
  - Update to 1.0.0
* Wed Jul 03 2002 Alexander Larsson <alexl@redhat.com>
  - Update to pre4.
* Tue Jun 18 2002 Alexander Larsson <alla@lysator.liu.se>
  - Add threadkeys and extra suppressions patches. Bump epoch.
* Mon Jun 17 2002 Alexander Larsson <alla@lysator.liu.se>
  - Updated to 1.0pre1
* Tue May 28 2002 Alex Larsson <alexl@redhat.com>
  - Updated to 20020524. Added GLIBC_PRIVATE patch
* Thu May 09 2002 Jonathan Blandford <jrb@redhat.com>
  - add missing symbol __pthread_clock_settime
* Wed May 08 2002 Alex Larsson <alexl@redhat.com>
  - Update to 20020508
* Mon May 06 2002 Alex Larsson <alexl@redhat.com>
  - Update to 20020503b
* Thu May 02 2002 Alex Larsson <alexl@redhat.com>
  - update to new snapshot
* Mon Apr 29 2002 Alex Larsson <alexl@redhat.com> 20020428-1
  - update to new snapshot
* Fri Apr 26 2002 Jeremy Katz <katzj@redhat.com> 20020426-1
  - update to new snapshot
* Thu Apr 25 2002 Alex Larsson <alexl@redhat.com> 20020424-5
  - Added stack patch. Commented out other patches.
* Wed Apr 24 2002 Nalin Dahyabhai <nalin@redhat.com> 20020424-4
  - filter out GLIBC_PRIVATE requires, add preload patch
* Wed Apr 24 2002 Alex Larsson <alexl@redhat.com> 20020424-3
  - Make glibc 2.2 and XFree86 4 the default supressions
* Wed Apr 24 2002 Alex Larsson <alexl@redhat.com> 20020424-2
  - Added patch that includes atomic.h
* Wed Apr 24 2002 Alex Larsson <alexl@redhat.com> 20020424-1
  - Initial build

Files

/usr/bin/callgrind_annotate
/usr/bin/callgrind_control
/usr/bin/cg_annotate
/usr/bin/cg_diff
/usr/bin/cg_merge
/usr/bin/ms_print
/usr/bin/no_op_client_for_valgrind
/usr/bin/valgrind
/usr/bin/valgrind-listener
/usr/lib/valgrind
/usr/lib/valgrind/cachegrind-x86-linux
/usr/lib/valgrind/callgrind-x86-linux
/usr/lib/valgrind/default.supp
/usr/lib/valgrind/drd-x86-linux
/usr/lib/valgrind/exp-bbv-x86-linux
/usr/lib/valgrind/exp-dhat-x86-linux
/usr/lib/valgrind/exp-ptrcheck-x86-linux
/usr/lib/valgrind/helgrind-x86-linux
/usr/lib/valgrind/lackey-x86-linux
/usr/lib/valgrind/massif-x86-linux
/usr/lib/valgrind/memcheck-x86-linux
/usr/lib/valgrind/none-x86-linux
/usr/lib/valgrind/vgpreload_core-x86-linux.so
/usr/lib/valgrind/vgpreload_drd-x86-linux.so
/usr/lib/valgrind/vgpreload_exp-dhat-x86-linux.so
/usr/lib/valgrind/vgpreload_exp-ptrcheck-x86-linux.so
/usr/lib/valgrind/vgpreload_helgrind-x86-linux.so
/usr/lib/valgrind/vgpreload_massif-x86-linux.so
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so
/usr/share/doc/valgrind-3.6.1
/usr/share/doc/valgrind-3.6.1/COPYING
/usr/share/doc/valgrind-3.6.1/NEWS
/usr/share/doc/valgrind-3.6.1/README_DEVELOPERS
/usr/share/doc/valgrind-3.6.1/README_MISSING_SYSCALL_OR_IOCTL
/usr/share/doc/valgrind-3.6.1/README_PACKAGERS
/usr/share/doc/valgrind-3.6.1/html
/usr/share/doc/valgrind-3.6.1/html/FAQ.html
/usr/share/doc/valgrind-3.6.1/html/QuickStart.html
/usr/share/doc/valgrind-3.6.1/html/bbv-manual.html
/usr/share/doc/valgrind-3.6.1/html/cg-manual.html
/usr/share/doc/valgrind-3.6.1/html/cl-format.html
/usr/share/doc/valgrind-3.6.1/html/cl-manual.html
/usr/share/doc/valgrind-3.6.1/html/design-impl.html
/usr/share/doc/valgrind-3.6.1/html/dh-manual.html
/usr/share/doc/valgrind-3.6.1/html/dist.authors.html
/usr/share/doc/valgrind-3.6.1/html/dist.html
/usr/share/doc/valgrind-3.6.1/html/dist.news.html
/usr/share/doc/valgrind-3.6.1/html/dist.readme-developers.html
/usr/share/doc/valgrind-3.6.1/html/dist.readme-missing.html
/usr/share/doc/valgrind-3.6.1/html/dist.readme-packagers.html
/usr/share/doc/valgrind-3.6.1/html/dist.readme.html
/usr/share/doc/valgrind-3.6.1/html/drd-manual.html
/usr/share/doc/valgrind-3.6.1/html/faq.html
/usr/share/doc/valgrind-3.6.1/html/hg-manual.html
/usr/share/doc/valgrind-3.6.1/html/images
/usr/share/doc/valgrind-3.6.1/html/images/home.png
/usr/share/doc/valgrind-3.6.1/html/images/next.png
/usr/share/doc/valgrind-3.6.1/html/images/prev.png
/usr/share/doc/valgrind-3.6.1/html/images/up.png
/usr/share/doc/valgrind-3.6.1/html/index.html
/usr/share/doc/valgrind-3.6.1/html/license.gfdl.html
/usr/share/doc/valgrind-3.6.1/html/license.gpl.html
/usr/share/doc/valgrind-3.6.1/html/licenses.html
/usr/share/doc/valgrind-3.6.1/html/lk-manual.html
/usr/share/doc/valgrind-3.6.1/html/manual-core-adv.html
/usr/share/doc/valgrind-3.6.1/html/manual-core.html
/usr/share/doc/valgrind-3.6.1/html/manual-intro.html
/usr/share/doc/valgrind-3.6.1/html/manual-writing-tools.html
/usr/share/doc/valgrind-3.6.1/html/manual.html
/usr/share/doc/valgrind-3.6.1/html/mc-manual.html
/usr/share/doc/valgrind-3.6.1/html/ms-manual.html
/usr/share/doc/valgrind-3.6.1/html/nl-manual.html
/usr/share/doc/valgrind-3.6.1/html/pc-manual.html
/usr/share/doc/valgrind-3.6.1/html/quick-start.html
/usr/share/doc/valgrind-3.6.1/html/tech-docs.html
/usr/share/doc/valgrind-3.6.1/html/vg_basic.css
/usr/share/doc/valgrind-3.6.1/valgrind_manual.pdf
/usr/share/man/man1/callgrind_annotate.1.gz
/usr/share/man/man1/callgrind_control.1.gz
/usr/share/man/man1/cg_annotate.1.gz
/usr/share/man/man1/ms_print.1.gz
/usr/share/man/man1/valgrind.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 07:38:10 2013