IOsAxsExec (Windows Embedded CE 6.0)
1/5/2010
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 |
---|---|
Adds code breakpoints with process and thread affinity. |
|
Adds a data breakpoint with process and thread affinity. |
|
Creates an enumeration list of instantiated code breakpoints, and returns a pointer to the enumeration interface. |
|
Creates an enumeration list of instantiated data breakpoints, and returns a pointer to the enumeration interface. |
|
Creates an enumeration list of the instantiated code breakpoints whose addresses are within a given range, and returns a pointer to the enumeration interface. |
|
Creates an enumeration list of the instantiated data breakpoints whose addresses are within a given range, and returns a pointer to the enumeration interface. |
|
Commands a debugging target to execute a single instruction in the thread and then halt. |
Requirements
Header | OsAccess.h |
Library | OSAXSC.lib |
Windows Embedded CE | Windows CE 5.0 and later |