Searched refs:pImpDbgStackTreeRoot (Results 1 – 1 of 1) sorted by relevance
59 static ImpDbgStackTree* pImpDbgStackTreeRoot = NULL; variable204 if ( pImpDbgStackTreeRoot ) in DbgEndStackTree()215 pImpDbgStackTreeRoot->Print( 1, 1, 2 ); in DbgEndStackTree()222 pImpDbgStackTreeRoot->Print( 1, 1000, 0 ); // ??? in DbgEndStackTree()228 delete pImpDbgStackTreeRoot; in DbgEndStackTree()229 pImpDbgStackTreeRoot = NULL; in DbgEndStackTree()249 if ( !pImpDbgStackTreeRoot ) in DbgGetStackTree()250 pImpDbgStackTreeRoot = new ImpDbgStackTree( NULL, nIP ); in DbgGetStackTree()251 pReturn = pImpDbgStackTreeRoot->Add( nAlloc, pBP, nIP ); in DbgGetStackTree()
Completed in 5 milliseconds