memtt / malt

MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.

Home Page:https://memtt.github.io/malt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an option to not instrument some child exe

svalat opened this issue · comments

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.