VirtualBox

Changeset 30072 in vbox for trunk/include


Ignore:
Timestamp:
Jun 7, 2010 1:54:47 PM (15 years ago)
Author:
vboxsync
Message:

VMM: Ring-0 stack on guru meditations originating with an assertion for all 32-bit targets. The symbol resolving is ugly. Dump register context as well.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r30050 r30072  
    104104                                         char *pszNearSym1, size_t cchNearSym1, PRTRCPTR pNearSym1,
    105105                                         char *pszNearSym2, size_t cchNearSym2, PRTRCPTR pNearSym2);
     106VMMR3DECL(int)  PDMR3LdrQueryR0ModFromPC(PVM pVM, RTR0PTR uPC,
     107                                         char *pszModName,  size_t cchModName,  PRTR0PTR pMod,
     108                                         char *pszNearSym1, size_t cchNearSym1, PRTR0PTR pNearSym1,
     109                                         char *pszNearSym2, size_t cchNearSym2, PRTR0PTR pNearSym2);
    106110VMMR3DECL(int)  PDMR3LdrGetInterfaceSymbols(PVM pVM, void *pvInterface, size_t cbInterface,
    107111                                            const char *pszModule, const char *pszSymPrefix,
  • trunk/include/VBox/vmm.h

    r29905 r30072  
    219219/** @} */
    220220VMMR3DECL(int)      VMMR3EmtRendezvousFF(PVM pVM, PVMCPU pVCpu);
    221 VMMR3DECL(int)      VMMR3ReadR0Stack(PVM pVM, VMCPUID idCpu, RTHCUINTPTR pAddress, void *pvBuf, size_t cbRead);
     221VMMR3DECL(int)      VMMR3ReadR0Stack(PVM pVM, VMCPUID idCpu, RTHCUINTPTR R0Addr, void *pvBuf, size_t cbRead);
    222222/** @} */
    223223#endif /* IN_RING3 */
Note: See TracChangeset for help on using the changeset viewer.

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