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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFDisas.cpp591 char szPatchAnnotations[256]; local
592 szPatchAnnotations[0] = '\0';
594 PATMR3DbgAnnotatePatchedInstruction(pVM, GCPtr, State.Cpu.cbInstr, szPatchAnnotations, sizeof(szPatchAnnotations));
664 if (szPatchAnnotations[0] && cch + 1 < cbOutput)
665 RTStrPrintf(pszOutput + cch, cbOutput - cch, " ; %s", szPatchAnnotations);

Completed in 265 milliseconds