memtt / malt

MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.
https://memtt.github.io/malt/
Other
106 stars 15 forks source link

Add an option to not instrument some child exe #102

Open svalat opened 2 months ago

svalat commented 2 months ago

We can select the exe to instrument as a filter, but could be also nice to express it as a mask list.

Usefull if a chain of forking / exec lead to a crash on some of the childs and we still want to track the others and avoid instrumenting the buggy onces.