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

/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp3813 uint8_t abBytes[RT_SIZEOFMEMB(DBGC, abSearch)]; local
3814 uint32_t cbBytes = sizeof(abBytes);
3815 int rc = dbgcVarsToBytes(pCmdHlp, abBytes, &cbBytes, cbUnit, paPatArgs, cPatArgs);
3853 return dbgcCmdWorkerSearchMemDoIt(pCmdHlp, pUVM, &Address, cbRange, abBytes, cbBytes, cbUnit, cMaxHits, pResult);

Completed in 56 milliseconds