Changeset 96872 in vbox
- Timestamp:
- Sep 26, 2022 3:05:05 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCRemoteKd.cpp
r96866 r96872 1255 1255 DBGFREGVALTYPE enmValType; 1256 1256 /** The offset into the context structure where the value ends up. */ 1257 uint 32_toffReg;1257 uintptr_t offReg; 1258 1258 } KDREGDESC; 1259 1259 /** Pointer to a register mapping structure. */
Note:
See TracChangeset
for help on using the changeset viewer.