Searched refs:symOptions (Results 1 – 1 of 1) sorted by relevance
397 DWORD symOptions = dbghelp.SymGetOptions(); in this() local398 symOptions |= SYMOPT_LOAD_LINES; in this()399 symOptions |= SYMOPT_FAIL_CRITICAL_ERRORS; in this()400 symOptions |= SYMOPT_DEFERRED_LOAD; in this()401 symOptions = dbghelp.SymSetOptions( symOptions ); in this()