Close

Refactored to use ctags

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/15/2025 at 21:580 Comments

I refactored the application to use universal-ctags to parse the function from the source file. This expands the number of support source languages significantly. It now supports all the source languages that Valgrind supports.

The Software Design Document, Low Level Requirements Document, and unit tests are now out of date. If I get around to it, I'll update those. I doubt this will happen though.

Discussions