Share via


BP_KIND (Windows Embedded CE 6.0)

1/5/2010

This enumeration designates the possible kinds of breakpoints.

Syntax

typedef enum _BP_KIND {
  bptAlgo,
  bptHW,
  bptSW
} BP_KIND;

Elements

  • bptAlgo
    Flag that allows the probe driver to designate the breakpoint as hardware or software, based on resources available.
  • bptHW
    Flag that forces the breakpoint to be a hardware breakpoint; typically, this indicates a simple address comparator for a code breakpoint.
  • bptSW
    Flag that forces the breakpoint to be a software breakpoint; that is, a trap instruction replaces the regular instruction.

Requirements

Header eXDI2.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IeXDI2 Enumerations
IeXDI2 Interfaces