Everything
2.10.3.2 Step over function (Step over execution)

In the case of a function call by the jarl instruction, all the source lines/instructions in the function are treated as one step and executed until the position where execution returns from the function (step execution will continue until the same nest is formed as when the jarl instruction has been executed).

Click the button on the debug toolbar to perform Step over execution.

In the case of an instruction other than jarl, operation is the same as when the button is clicked.

Caution

If Step over execution is performed for the longjmp function, program execution may not complete and may wait for a time-out.