Changeset 86149 in vbox
- Timestamp:
- Sep 17, 2020 11:34:21 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140394
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFReg.cpp
r86147 r86149 2256 2256 * @param idDefCpu The virtual CPU ID for the default CPU register 2257 2257 * set. Can be OR'ed with DBGFREG_HYPER_VMCPUID. 2258 * @param pszReg The register to query. 2259 * @param pValue The value to set 2260 * @param enmType How to interpret the value in @a pValue. 2258 * @param paRegs The array of registers to set. 2259 * @param cRegs Number of registers in the array. 2261 2260 * 2262 2261 * @todo This is a _very_ lazy implementation by a lazy developer, some semantics
Note:
See TracChangeset
for help on using the changeset viewer.