BKPT (Windows Embedded CE 6.0)
1/5/2010
This ARM10 instruction causes a software breakpoint to occur. The common __trap intrinsic supports BKPT.
Syntax
int __trap(
int Arg1
);
Parameters
- Arg1
[in] Address of breakpointed instruction.
Return Values
None.
Requirements
Architecture | ARM |
Header | armintr.h |
Routine | BKPT |