gecko-dev/xpcom/tests/TestStackCrawl.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 строки
166 B
C++
Исходник Обычный вид История

#include <stdio.h>
#include "nsISupportsUtils.h"
#include "nsTraceRefcnt.h"
int main(int argc, char* argv[]) {
nsTraceRefcnt::WalkTheStack(stdout);
return 0;
}