Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/
DREADME.chromium1 Name: StackWalker
2 URL: https://github.com/JochenKalmbach/StackWalker
10 See github page for more info. StackWalker is only used on Windows for
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp252 StackWalkerInternal(StackWalker* parent, HANDLE hProcess) in StackWalkerInternal()
396 char buf[StackWalker::STACKWALK_MAX_NAMELEN] = {0}; in Init()
399 if (this->pSGSP(m_hProcess, buf, StackWalker::STACKWALK_MAX_NAMELEN) == FALSE) in Init()
410 StackWalker* m_parent;
737 if ((this->m_parent->m_options & StackWalker::RetrieveFileVersion) != 0) in LoadModule()
873 StackWalker::StackWalker(DWORD dwProcessId, HANDLE hProcess) in StackWalker() function in StackWalker
883 StackWalker::StackWalker(int options, LPCSTR szSymPath, DWORD dwProcessId, HANDLE hProcess) in StackWalker() function in StackWalker
900 StackWalker::~StackWalker() in ~StackWalker()
910 BOOL StackWalker::LoadModules() in LoadModules()
1031 static StackWalker::PReadProcessMemoryRoutine s_readMemoryFunction = NULL;
[all …]
DStackWalker.h61 class StackWalker
98 StackWalker(int options = OptionsAll, // 'int' is by design, to combine the enum-flags
102 StackWalker(DWORD dwProcessId, HANDLE hProcess);
103 virtual ~StackWalker();
/third_party/skia/third_party/externals/angle2/util/
DBUILD.gn274 "windows/third_party/StackWalker/src/StackWalker.cpp",
275 "windows/third_party/StackWalker/src/StackWalker.h",
/third_party/skia/third_party/externals/angle2/util/windows/win32/
Dtest_utils_win32.cpp36 class CustomStackWalker : public StackWalker