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

/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp3661 * @param cMaxHits The max number of hits.
3666 uint32_t cbUnit, uint64_t cMaxHits, PDBGCVAR pResult)
3713 if (++cHits >= cMaxHits)
3729 pDbgc->cMaxSearchHits = cMaxHits;
3786 * @param cMaxHits The maximum number of hits.
3792 static int dbgcCmdWorkerSearchMem(PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR pAddress, uint64_t cMaxHits, char chType, argument
3853 return dbgcCmdWorkerSearchMemDoIt(pCmdHlp, pUVM, &Address, cbRange, abBytes, cbBytes, cbUnit, cMaxHits, pResult);
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