Finish (Finish Function) [Icd Mini / Sim] - Epson S5U1C17001C Manual

Cmos 16-bit single chip microcontroller (c compiler package for s1c17 family) (ver. 3.2)
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

finish
(finish function)
Operation
Executes the target program from the current PC address and causes it stop upon returning from the current function to a higher
level. The instruction at the return position is not executed.
Even before a return, however, the program may be halted by one of the following causes:
 Already set break conditions are met.
 The [Suspend] button is clicked.
Format
finish
Usage example
(gdb) finish
The target program is executed from the current PC address and halted after a return.
Notes
When the finish command is executed at the highest level (e.g., boot routine), the program does not stop. If no breaks are set,
use the [Suspend] button to halt the program.
S5U1C17001C Manual
(Rev. 1.0)
Seiko Epson Corporation
8 Debugger
[ICD Mini / SIM]
8-26

Advertisement

Table of Contents
loading

Table of Contents