Changeset 44691 in vbox for trunk/src/VBox/VMM/VMMR3/DBGFReg.cpp
- Timestamp:
- Feb 14, 2013 3:33:24 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83787
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFReg.cpp
r44689 r44691 525 525 * 526 526 * @returns VBox status code. 527 * @param enmReg The register identifier. 528 * @param enmType The register type. This is for sort out 529 * aliases. Pass DBGFREGVALTYPE_INVALID to get 530 * the standard name. 531 */ 532 VMMR3DECL(int) DBGFR3RegRegisterDevice(PVM pVM, PCDBGFREGDESC paRegisters, PPDMDEVINS pDevIns, const char *pszPrefix, 533 uint32_t iInstance) 527 * @param pVM Pointer to the VM. 528 * @param paRegisters The register descriptors. 529 * @param pDevIns The device instance. This will be the callback user 530 * argument. 531 * @param pszPrefix The device name. 532 * @param iInstance The device instance. 533 */ 534 VMMR3_INT_DECL(int) DBGFR3RegRegisterDevice(PVM pVM, PCDBGFREGDESC paRegisters, PPDMDEVINS pDevIns, 535 const char *pszPrefix, uint32_t iInstance) 534 536 { 535 537 AssertPtrReturn(paRegisters, VERR_INVALID_POINTER);
Note:
See TracChangeset
for help on using the changeset viewer.