VirtualBox

Changeset 41931 in vbox for trunk/src/VBox/Debugger/testcase


Ignore:
Timestamp:
Jun 27, 2012 4:12:16 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78796
Message:

TRPM: Save state directly to the CPUMCPU context member instead of putting on the stack. this avoid copying the state around before returning to host context to service an IRQ, or before using IEM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp

    r41565 r41931  
    366366}
    367367
    368 VMMDECL(PCCPUMCTXCORE) CPUMGetHyperCtxCore(PVMCPU pVCpu)
    369 {
    370     return NULL;
    371 }
    372 
    373368VMMDECL(uint32_t) CPUMGetHyperEIP(PVMCPU pVCpu)
    374369{
     
    381376}
    382377
    383 VMMDECL(int) CPUMQueryHyperCtxPtr(PVMCPU pVCpu, PCPUMCTX *ppCtx)
    384 {
    385     return VERR_INTERNAL_ERROR;
    386 }
    387 
    388378
    389379
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