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

/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp52 #include <dbghelp.h>
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp923 HINSTANCE dbghelp; local
944 dbghelp = os::win32::load_Windows_dll("DBGHELP.DLL", NULL, 0);
946 if (dbghelp == NULL) {
947 VMError::report_coredump_status("Failed to load dbghelp.dll", false);
954 GetProcAddress(dbghelp, "MiniDumpWriteDump"));
957 VMError::report_coredump_status("Failed to find MiniDumpWriteDump() in module dbghelp.dll", false);
963 // Older versions of dbghelp.h doesn't contain all the dumptypes we want, dbghelp.h with
990 // Older versions of dbghelp.dll (the one shipped with Win2003 for example) may not support all

Completed in 48 milliseconds