Lines Matching refs:debug

530   a->debug("resolving DPMI function via GetThunkBuff() function from w32skrnl.dll...");  in init_physmem_w32skrnl()
534 a->debug("failed: library not present."); in init_physmem_w32skrnl()
542 a->debug("failed: symbol not found."); in init_physmem_w32skrnl()
550 a->debug("failed: cannot detect version."); in init_physmem_w32skrnl()
558 a->debug("failed: found old incompatible version."); in init_physmem_w32skrnl()
565 … a->debug("failed: cannot retrieve physical address offset: %s.", win32_strerror(GetLastError())); in init_physmem_w32skrnl()
573 a->debug("failed: cannot retrieve DPMI function pointer."); in init_physmem_w32skrnl()
589 a->debug("success."); in init_physmem_w32skrnl()
600 a->debug("resolving VxDCall2() function from kernel32.dll..."); in init_physmem_vxdcall()
604 a->debug("failed: library not present."); in init_physmem_vxdcall()
623 a->debug("failed: symbol not found."); in init_physmem_vxdcall()
638 a->debug("failed: physical address mapping via VxDCall2() is broken."); in init_physmem_vxdcall()
645 a->debug("failed: physical address mapping via VxDCall2() is unsupported."); in init_physmem_vxdcall()
654 … a->debug("failed: cannot retrieve physical address offset: %s.", win32_strerror(GetLastError())); in init_physmem_vxdcall()
660 a->debug("success."); in init_physmem_vxdcall()
676 a->debug("resolving section functions from ntdll.dll..."); in init_physmem_ntdll()
680 a->debug("failed: library ntdll.dll is not present."); in init_physmem_ntdll()
690 a->debug("failed: function NtOpenSection() not found."); in init_physmem_ntdll()
698 a->debug("failed: function NtMapViewOfSection() not found."); in init_physmem_ntdll()
706 a->debug("failed: function NtUnmapViewOfSection() not found."); in init_physmem_ntdll()
711 a->debug("success."); in init_physmem_ntdll()
729 a->debug("Option devmem.path '%s' is invalid multibyte string.", filename); in init_physmem_ntdll()
738 a->debug("Option devmem.path '%s' is invalid multibyte string.", filename); in init_physmem_ntdll()
747 a->debug("trying to open NT Section %s in %s mode...", filename, w ? "read/write" : "read-only"); in init_physmem_ntdll()
757 a->debug("failed."); in init_physmem_ntdll()
759 … a->debug("failed: %s (0x%lx).", win32_strerror(physmem->RtlNtStatusToDosError(status)), status); in init_physmem_ntdll()
761 a->debug("failed: 0x%lx.", status); in init_physmem_ntdll()
780 a->debug("success."); in init_physmem_ntdll()
834 a->debug("no windows method for physical memory access."); in physmem_open()