Changeset 41780 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Jun 16, 2012 6:53:58 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78598
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCEval.cpp
r41573 r41780 997 997 } 998 998 999 /* Stringify numeric and poi tner values. */999 /* Stringify numeric and pointer values. */ 1000 1000 size_t cbScratch = sizeof(pDbgc->achScratch) - (pDbgc->pszScratch - &pDbgc->achScratch[0]); 1001 1001 size_t cch = pDbgc->CmdHlp.pfnStrPrintf(&pDbgc->CmdHlp, pDbgc->pszScratch, cbScratch, "%Dv", pArg);
Note:
See TracChangeset
for help on using the changeset viewer.