Alleyoop is a GNOME frontend to the Valgrind memory checker. Its features include a right-click context menu to intelligently suppress errors or launch an editor on the source file, jumping to the exact line of the error condition. A searchbar at the top of the viewer can be used to limit the viewable errors to those that match the regex criteria entered. A fully functional Suppressions editor is also included.
| Tags | Software Development Debuggers Testing Desktop Environment GNOME |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C |
Recent releases


Changes: This release adds support for a number of new Valgrind command-line options and fixes the command-line parser to handle the -I and -R switches.


Changes: This release removes custom debugging symbol lookup code that was unnecessary and broke the build on recent Linux distributions, and fixes some bugs in the Valgrind error log parser.


Changes: Updated to work with Valgrind 3.x.


Changes: This release has support for the Helgrind skin and tracking of leaked file descriptors.


Changes: Upon adding a new suppression rule, this release will immediately remove all matching errors from the view. It will also suppress further errors from Valgrind matching the new rule(s).