Home
last modified time | relevance | path

Searched refs:pImpDbgStackTreeRoot (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/tools/source/debug/
H A Dstcktree.cxx59 static ImpDbgStackTree* pImpDbgStackTreeRoot = NULL; variable
204 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 9 milliseconds