Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dstacktrace.d397 DWORD symOptions = dbghelp.SymGetOptions(); in this() local
398 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()