BP_KIND (Windows CE 5.0)
This enumeration designates the possible kinds of breakpoints.
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
OS Version: Windows CE 5.0 and later.
Header: exdi2.h.
See Also
Send Feedback on this topic to the authors