Changeset 35625 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jan 19, 2011 11:17:34 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69526
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgf.h
r35606 r35625 1462 1462 VMMR3DECL(int) DBGFR3RegNmQueryAll( PVM pVM, PDBGFREGENTRYNM paRegs, size_t cRegs); 1463 1463 1464 VMMR3DECL(int) DBGFR3RegNmSet( PVM pVM, VMCPUID idDefCpu, const char *pszReg, PCDBGFREGVAL pValue, DBGFREGVALTYPE enmType); 1464 1465 VMMR3DECL(int) DBGFR3RegNmSetU8( PVM pVM, VMCPUID idDefCpu, const char *pszReg, uint8_t u8); 1465 1466 VMMR3DECL(int) DBGFR3RegNmSetU16( PVM pVM, VMCPUID idDefCpu, const char *pszReg, uint16_t u16);
Note:
See TracChangeset
for help on using the changeset viewer.