Name : valgrind
| |
Version : 3.9.0
| Vendor : openSUSE Build Service
|
Release : 146.1
| Date : 2014-08-18 00:19:51
|
Group : Development/Tools/Debuggers
| Source RPM : valgrind-3.9.0-146.1.src.rpm
|
Size : 304.52 MB
| |
Packager : (none)
| |
Summary : Memory Management Debugger
|
Description :
Valgrind checks all memory operations in an application, like read, write, malloc, new, free, and delete. Valgrind can find uses of uninitialized memory, access to already freed memory, overflows, illegal stack operations, memory leaks, and any illegal new/malloc/free/delete commands. Another program in the package is \"cachegrind,\" a profiler based on the valgrind engine.
To use valgrind you should compile your application with \"-g -O0\" compiler options. Afterwards you can use it with:
valgrind --tool=memcheck --sloppy-malloc=yes --leak-check=yes --db-attach=yes my_application, for example.
More valgrind options can be listed via \"valgrind --help\". There is also complete documentation in the /usr/share/doc/packages/valgrind/ directory. A debugged application runs slower and needs much more memory, but is usually still usable. Valgrind is still in development, but it has been successfully used to optimize several KDE applications.
Authors: -------- Julian Seward < jsewardAATTacm.org> Cerion Armour-Brown Jeremy Fitzhardinge Tom Hughes Nicholas Nethercote Paul Mackerras Dirk Mueller Robert Walsh
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/poigru:/buildtools-SLE10/SLE_10_SDK/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
valgrind-devel
callgrind
vgpreload_core-amd64-linux.so()(64bit)
vgpreload_core-x86-linux.so
vgpreload_drd-amd64-linux.so()(64bit)
vgpreload_drd-x86-linux.so
vgpreload_exp-dhat-amd64-linux.so()(64bit)
vgpreload_exp-dhat-x86-linux.so
vgpreload_exp-sgcheck-amd64-linux.so()(64bit)
vgpreload_exp-sgcheck-x86-linux.so
vgpreload_helgrind-amd64-linux.so()(64bit)
vgpreload_helgrind-x86-linux.so
vgpreload_massif-amd64-linux.so()(64bit)
vgpreload_massif-x86-linux.so
vgpreload_memcheck-amd64-linux.so()(64bit)
vgpreload_memcheck-x86-linux.so
valgrind
Requires :