Changeset 41545 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jun 1, 2012 2:32:36 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78308
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgf.h
r40076 r41545 337 337 RTGCUINTPTR GCPtr; 338 338 /** The breakpoint id. */ 339 RTUINTiBp;339 uint32_t iBp; 340 340 /** The breakpoint status - enabled or disabled. */ 341 341 bool fEnabled; … … 1476 1476 typedef DBGFREGENTRYNM const *PCDBGFREGENTRYNM; 1477 1477 1478 VMMR3DECL(int) DBGFR3RegNmValidate( PVM pVM, VMCPUID idDefCpu, const char *pszReg); 1479 1478 1480 VMMR3DECL(int) DBGFR3RegNmQuery( PVM pVM, VMCPUID idDefCpu, const char *pszReg, PDBGFREGVAL pValue, PDBGFREGVALTYPE penmType); 1479 1481 VMMR3DECL(int) DBGFR3RegNmQueryU8( PVM pVM, VMCPUID idDefCpu, const char *pszReg, uint8_t *pu8);
Note:
See TracChangeset
for help on using the changeset viewer.