Home
last modified time | relevance | path

Searched refs:hProcess (Results 1 - 1 of 1) sorted by relevance

/ide/tools/previewer/util/windows/
H A DCrashHandler.cpp38 HANDLE hProcess = GetCurrentProcess(); in RecordCallStack() local
39 SymInitialize(hProcess, NULL, TRUE); in RecordCallStack()
59 if (!StackWalk64(imageType, hProcess, hThread, &sf, &crashContext, NULL, in RecordCallStack()
73 SymCleanup(hProcess); in RecordCallStack()

Completed in 1 milliseconds