comparison: xpcom/tests/TestStackCrawl.cpp
xpcom/tests/TestStackCrawl.cpp
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 #include <stdio.h> |
|
2 |
|
3 #include "nsISupportsUtils.h" |
|
4 #include "nsTraceRefcnt.h" |
|
5 |
|
6 int main(int argc, char* argv[]) |
|
7 { |
|
8 nsTraceRefcnt::WalkTheStack(stdout); |
|
9 return 0; |
|
10 } |
|
11 |