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

/vbox/src/VBox/Debugger/
H A DDBGCCmdHlp.cpp161 char szRange[32]; local
165 szRange[0] = '\0';
168 RTStrPrintf(szRange, sizeof(szRange), " L %llx", pVar->u64Range);
171 RTStrPrintf(szRange, sizeof(szRange), " LB %llx", pVar->u64Range);
178 return RTStrFormat(pfnOutput, pvArgOutput, NULL, 0, "%%%RGv%s", pVar->u.GCFlat, szRange);
180 return RTStrFormat(pfnOutput, pvArgOutput, NULL, 0, "%04x:%08x%s", pVar->u.GCFar.sel, pVar->u.GCFar.off, szRange);
182 return RTStrFormat(pfnOutput, pvArgOutput, NULL, 0, "%%%%%RGp%s", pVar->u.GCPhys, szRange);
184 return RTStrFormat(pfnOutput, pvArgOutput, NULL, 0, "%%#%RHv%s", (uintptr_t)pVar->u.pvHCFlat, szRange);
[all...]

Completed in 43 milliseconds