Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

petermax2/valgrind-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

valgrind-parser

Parse valgrind logs for suppressions.

How to run

The tool takes at least one file as input and parses it for valgrind suppressions. If more than one file is provided, the suppressions of each file are concatenated.

Every suppression is only written out once. Duplicates are ignored.

Example

Let's say you have two valgrind logs in your current working directory:

  • file1.log
  • file2.log

You can call the valgrind-parser like this:

python3 valgrind-parser.py file1.log file2.log

What exactly is parsed?

The parser reads from the file until it finds a valgrind suppression, starting with "{" and ending with "}". Everything outside the suppressions is ignored.

About

Parse valgrind logs for suppressions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages