VirtualBox

Changeset 41545 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jun 1, 2012 2:32:36 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78308
Message:

DBGFReg: Added DBGFR3RegNmValidate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/dbgf.h

    r40076 r41545  
    337337    RTGCUINTPTR     GCPtr;
    338338    /** The breakpoint id. */
    339     RTUINT          iBp;
     339    uint32_t        iBp;
    340340    /** The breakpoint status - enabled or disabled. */
    341341    bool            fEnabled;
     
    14761476typedef DBGFREGENTRYNM const *PCDBGFREGENTRYNM;
    14771477
     1478VMMR3DECL(int) DBGFR3RegNmValidate( PVM pVM, VMCPUID idDefCpu, const char *pszReg);
     1479
    14781480VMMR3DECL(int) DBGFR3RegNmQuery(    PVM pVM, VMCPUID idDefCpu, const char *pszReg, PDBGFREGVAL pValue, PDBGFREGVALTYPE penmType);
    14791481VMMR3DECL(int) DBGFR3RegNmQueryU8(  PVM pVM, VMCPUID idDefCpu, const char *pszReg, uint8_t     *pu8);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette