Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This interface provides execution control of a debugging target with OS awareness. It is normally hosted by the OsAccess service.
Methods
The following table shows the methods provided by the IOxAxsExec interface.
Method | Description |
---|---|
IOsAxsExec::AddCodeBpsInProcAndThd | Adds code breakpoints with process and thread affinity. |
IOsAxsExec::AddDataBpsInProcAndThd | Adds a data breakpoint with process and thread affinity. |
IOsAxsExec::EnumAllCodeBpsByProcAndThd | Creates an enumeration list of instantiated code breakpoints, and returns a pointer to the enumeration interface. |
IOsAxsExec::EnumAllDataBpsByProcAndThd | Creates an enumeration list of instantiated data breakpoints, and returns a pointer to the enumeration interface. |
IOsAxsExec::EnumCodeBpsInAddrRange | Creates an enumeration list of the instantiated code breakpoints whose addresses are within a given range, and returns a pointer to the enumeration interface. |
IOsAxsExec::EnumDataBpsInAddrRange | Creates an enumeration list of the instantiated data breakpoints whose addresses are within a given range, and returns a pointer to the enumeration interface. |
IOsAxsExec::SingleStepInCurThread | Commands a debugging target to execute a single instruction in the thread and then halt. |
Requirements
OS Version: Windows CE 5.0 and later.
Header: OsAccess.h.
Link Library: OSAXSC.lib.
See Also
Send Feedback on this topic to the authors