Share via


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

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

Header OsAccess.h
Library OSAXSC.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IOsAxs Interfaces