Searched defs:cbGuestAddr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGPlugInLinux.cpp834 uint32_t const cbGuestAddr = pThis->f64Bit ? sizeof(uint64_t) : sizeof(uint32_t); local
835 void *pvAddresses = RTMemAllocZ(pThis->cKernelSymbols * cbGuestAddr);
836 int rc = DBGFR3MemRead(pUVM, 0 /*idCpu*/, &pThis->AddrKernelAddresses, pvAddresses, pThis->cKernelSymbols * cbGuestAddr);
857 if (cbGuestAddr == sizeof(uint64_t))
940 RTGCUINTPTR uSymAddr = cbGuestAddr == sizeof(uint64_t)
942 pbCurAddr += cbGuestAddr;

Completed in 46 milliseconds