Searched refs:szSymPath (Results 1 – 2 of 2) sorted by relevance
284 BOOL Init(LPCSTR szSymPath) in Init() argument384 if (szSymPath != NULL) in Init()385 m_szSymPath = _strdup(szSymPath); in Init()883 StackWalker::StackWalker(int options, LPCSTR szSymPath, DWORD dwProcessId, HANDLE hProcess) in StackWalker() argument890 if (szSymPath != NULL) in StackWalker()892 this->m_szSymPath = _strdup(szSymPath); in StackWalker()921 char* szSymPath = NULL; in LoadModules() local925 szSymPath = (char*)malloc(nSymPathLen); in LoadModules()926 if (szSymPath == NULL) in LoadModules()931 szSymPath[0] = 0; in LoadModules()[all …]
99 LPCSTR szSymPath = NULL,