パッケージ: valgrind (1:3.1.0-2.1ubuntu3)
valgrind に関するリンク
Ubuntu の資源:
valgrind ソースパッケージをダウンロード:
メンテナ:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Andrés Roldán
- Juan Alvarez
- Luis Bustamante
It should generally not be necessary for users to contact the original maintainer.
類似のパッケージ:
A memory debugger and profiler
Valgrind is a GPL'd 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.
Valgrind can debug more or less any dynamically-linked ELF x86/Linux, amd64/Linux and ppc/Linux executables, without modification, recompilation, or anything.
Valgrind provides a generic infrastructure for supervising the execution of programs called "tools". This is done by providing a way to instrument programs in very precise ways, making it relatively easy to support activities such as dynamic error detection and profiling. The Valgrind distribution currently includes three tools: a memory error detectors, a cache (time) profiler and a heap (space) profiler.
その他の valgrind 関連パッケージ
|
|
|
-
- dep: libc6 (>= 2.3.4-1)
- GNU C Library: Shared libraries and Timezone data
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- rec: gdb
- The GNU Debugger
-
- sug: callgrind
- パッケージは利用できません
-
- sug: kcachegrind
- visualisation tool for valgrind profiling output
-
- sug: libc6-dbg
- GNU C Library: Libraries with debugging symbols