VirtualBox

Changeset 19575 in vbox for trunk/src/VBox/VMM/VMMInternal.h


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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMInternal.h

    r19529 r19575  
    157157    /** The esp we should resume execution with after the restore. */
    158158    RTHCUINTREG                 SpResume;
     159    /** ESP/RSP at the time of the jump to ring 3. */
     160    RTHCUINTREG                 SavedEsp;
     161    /** EBP/RBP at the time of the jump to ring 3. */
     162    RTHCUINTREG                 SavedEbp;
    159163} VMMR0JMPBUF;
    160164/** Pointer to a ring-0 jump buffer. */
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