VirtualBox

Changeset 19575 in vbox for trunk/include


Ignore:
Timestamp:
May 11, 2009 12:42:46 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47139
Message:

Updates for ring 0 call stack dumping. (not enabled nor tested)

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r19572 r19575  
    8989/** A physical address. */
    9090#define DBGFADDRESS_FLAGS_PHYS          4
     91/** A physical address. */
     92#define DBGFADDRESS_FLAGS_RING0         5
    9193/** The address type mask. */
    9294#define DBGFADDRESS_FLAGS_TYPE_MASK     7
  • trunk/include/VBox/vmm.h

    r19528 r19575  
    175175VMMR3DECL(void)     VMMR3SendInitIpi(PVM pVM, VMCPUID idCpu);
    176176VMMR3DECL(int)      VMMR3AtomicExecuteHandler(PVM pVM, PFNATOMICHANDLER pfnHandler, void *pvUser);
     177VMMR3DECL(int)      VMMR3ReadR0Stack(PVM pVM, VMCPUID idCpu, RTHCUINTPTR pAddress, void *pvBuf, size_t cbRead);
    177178/** @} */
    178179#endif /* IN_RING3 */
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