Close

Updated the directory structure, SDD, HLRs, LLRs, and tests

A project log for Valgrind output parser with source code

A simple command line application that parses the output from Valgrind and presents it in human readable format with source code references

john-andersonJohn Anderson 05/17/2025 at 04:020 Comments

I said I wouldn't do it. But, I couldn't leave things in such a state. So, I updated the SDD, HLRs, and SLRs to match the new design that uses ctags. In addition, I ditched cpputest in favor of cmocka. I also reorganized the directory structure and makefile to handle a number of unit and integration tests and reduce clutter in the project root directory. The integration tests now test c, c++, and fortran. Due to an issue with the ctags parsing of fortran, vgp cannot provide the function source code for fortran applications.

The github page readme has been updated to reflect all of this.

Discussions