Make includes (-i) and excludes (-e) work. b=90755 r=jim_nance@yahoo.com sr=waterson

This commit is contained in:
dbaron%fas.harvard.edu 2001-07-16 20:44:07 +00:00
Родитель 89a00ad87f
Коммит 6b44bee19f
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -482,6 +482,9 @@ void leaky::analyze()
lep < lastLogEntry;
lep = reinterpret_cast<malloc_log_entry*>(&lep->pcs[lep->numpcs])) {
if (excluded(lep) || !included(lep))
continue;
++stacks; // How many stack frames did we collect
// This loop walks through every symbol in the call stack. By walking it