VirtualBox
Show
Ignore:
Timestamp:
10/09/07 14:32:03 (1 year ago)
Author:
vboxsync
Message:

Experiment with call recording for CSAM

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/csam.h

    r4071 r5198  
    271271CSAMR3DECL(int) CSAMR3CheckGates(PVM pVM, uint32_t iGate, uint32_t cGates); 
    272272 
     273/** 
     274 * Record previous call instruction addresses 
     275 * 
     276 * @returns VBox status code. 
     277 * @param   pVM         The VM to operate on. 
     278 * @param   GCPtrCall   Call address 
     279 */ 
     280CSAMR3DECL(int) CSAMR3RecordCallAddress(PVM pVM, RTGCPTR GCPtrCall); 
     281 
    273282/** @} */ 
    274283#endif 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy