C17 Loadbreak (Restore Saved Breakpoints)[Icd Mini/Sim] - Epson S5U1C17001C Manual

Cmos 16-bit single chip microcomputer, c compiler package for s1c17 family
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

c17 loadbreak
(restore saved breakpoints)
Operation
Restores breakpoints according to the data saved to a file (CURRENT PATH\break.gdb) by the c17 savebreak
command.
Format
c17 loadbreak
Usage
target sim
load
c17 loadbreak
Note
• This command generates an error unless the target command is executed first.
• In the following cases, no error message is displayed, and the breakpoint is not reset.
1. If the pertinent source file does not exist
2. If the pertinent line number does not exit
3. If the line is an extended instruction without the ext command at the beginning
4. If the line is a delay command (line following delay branch command)
5. If a breakpoint is already set at the same location
6. If the number of software breaks exceeds 200
7. If the number of set valid hardware breaks exceeds the maximum number (varies from 1 to 4, depending
on the model)
8. If a software break is set in the ROM in ICD mode
9. If the setting is made at a location other than a parameter file in the SIM mode
• If the setting is made in a C source line that is not expanded to mnemonic, that line will not be set as a
breakpoint, and the setting will be made at the address of the first command to be executed thereafter.
Example) When a breakpoint is set at main.c:2, it will be set at main.c:4.
main.c
1: /*comment 1
2:
comment 2
3:
comment end */
4:
ucData = 1;
5:
for (i = 0; i < 10; ++i)
6:
{
• No action is initiated if the c17 savebreak command has not been executed or if this command is executed
after the execution of the c17 savebreak command when the number of set breakpoints is 0.
• For other notes, refer to the sections describing break, tbreak, hbreak, and thbreak.
S5U1C17001C ManUal
(C COMPilEr PaCkagE fOr S1C17 faMily) (Ver. 1.5.0)
EPSOn
10 DEBUggEr
[ICD Mini/Sim]
10
Debugger
10-111

Advertisement

Table of Contents
loading

Table of Contents