Home | History | Annotate | Download | only in debug

Lines Matching defs:SymbolContext

45 // SymbolContext is a threadsafe singleton that wraps the DbgHelp Sym* family
47 // thread at a time. SymbolContext code may access a symbol server over the
60 class SymbolContext {
62 static SymbolContext* GetInstance() {
66 Singleton<SymbolContext, LeakySingletonTraits<SymbolContext> >::get();
133 friend struct DefaultSingletonTraits<SymbolContext>;
135 SymbolContext() : init_error_(ERROR_SUCCESS) {
185 DISALLOW_COPY_AND_ASSIGN(SymbolContext);
261 SymbolContext* context = SymbolContext::GetInstance();