Changeset 99061 in vbox
- Timestamp:
- Mar 20, 2023 9:33:46 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156426
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
r99010 r99061 155 155 { 156 156 /* cTimesMin, cTimesMax, enmCategory, fFlags, pszName, pszDescription */ 157 { 0, 1, DBGCVAR_CAT_POINTER, 0, "address", "Address where to start dumping memory. " },157 { 0, 1, DBGCVAR_CAT_POINTER, 0, "address", "Address where to start dumping memory. Tip: Use the L or LB operator to specify how may items or bytes to dump." }, 158 158 }; 159 159
Note:
See TracChangeset
for help on using the changeset viewer.