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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFDisas.cpp84 bool fUnpatchedBytes; member in struct:__anon16844
85 /** Set when fUnpatchedBytes is active and we encounter patched bytes. */
126 pState->fUnpatchedBytes = RT_BOOL(fFlags & DBGF_DISAS_FLAGS_UNPATCHED_BYTES);
284 if (pState->fUnpatchedBytes)

Completed in 55 milliseconds