IOsAxs Interfaces (Windows Embedded CE 6.0)
1/5/2010
The IOsAxs interfaces handle all OS-specific commands related to debugging. The commands communicate directly with KdStub via a KDBG service protocol through KITL.
The following table describes the interfaces in the OSAccess module.
Interface | Description |
---|---|
Supports Windows Embedded CE-specific OS awareness. |
|
Gets Windows Embedded CE-specific information about a module. |
|
Gets Windows Embedded CE-specific information about a process. |
|
Gets Windows Embedded CE-specific information about a thread. |
|
Provides notifications on module events. |
|
Provides notifications on page-in events. |
|
Provides notifications on process events. |
|
Provides notifications on thread events. |
|
Provides notifications on thread switch events. |
|
Provides code breakpoints with process and thread affinity. |
|
Provides data breakpoints with process and thread affinity. |
|
Enumerates the IOsAxsModule interfaces for a debugging target. |
|
Enumerates the IOsAxsProcess interfaces for a debugging target. |
|
Enumerates the IOsAxsThread interfaces for a debugging target. |
|
Provides execution control of a debugging target with OS awareness. |
|
Provides general OS awareness. |
|
Provides memory, I/O, and CPU registers access to a specified debugging target. |
|
Gets information about a module. |
|
Supports an automation-compatible layer that exists on top of the default OsAccess event interfaces. |
|
Retrieve information about process objects for OsAccess. |
|
Retrieve information about process objects for OsAccess. |
|
Provides access to the kernel virtual page table. |