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

/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp3658 * @param pabBytes The byte pattern to search for.
3665 const uint8_t *pabBytes, uint32_t cbBytes,
3678 int rc = DBGFR3MemScan(pUVM, pDbgc->idCpu, pAddress, cbRange, 1, pabBytes, cbBytes, &HitAddress);
3723 if (pDbgc->abSearch != pabBytes)
3725 memcpy(pDbgc->abSearch, pabBytes, cbBytes);
3664 dbgcCmdWorkerSearchMemDoIt(PDBGCCMDHLP pCmdHlp, PUVM pUVM, PDBGFADDRESS pAddress, RTGCUINTPTR cbRange, const uint8_t *pabBytes, uint32_t cbBytes, uint32_t cbUnit, uint64_t cMaxHits, PDBGCVAR pResult) argument

Completed in 59 milliseconds