Showing changes from revision #2 to #3:
Added | Removed | Changed
Entry | |
---|---|
- | - |
Exit | |
---|---|
- | - |
The purpose of this call is to cause a BreakPoint trap, and the BreakPoint handler to be entered.
When this is executed, all user mode registers are saved into a block and the BreakPoint handler is called. The saved registers are only guaranteed to be correct for user mode.
The default handler displays the message ‘Break point at &xxxxx’ and calls OS_Exit. This SWI would be placed in code by the debugger at required breakpoints.
The handler can be changed with OS_ChangeEnvironment.