зеркало из https://github.com/mozilla/gecko-dev.git
Make includes (-i) and excludes (-e) work. b=90755 r=jim_nance@yahoo.com sr=waterson
This commit is contained in:
Родитель
89a00ad87f
Коммит
6b44bee19f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче