s5u1c17001c Epson Electronics America, Inc., s5u1c17001c Datasheet - Page 491

no-image

s5u1c17001c

Manufacturer Part Number
s5u1c17001c
Description
Cmos 16-bit Application Specific Controller
Manufacturer
Epson Electronics America, Inc.
Datasheet
clear
■ Example 1
■ Example 2
■ Example 3
S5U1C17001C MANUAL
(C COMPILER PACKAGE FOR S1C17 FAMILY) (Ver. 1.1)
Operation
Format
Usage example
Deletes PC breakpoints (including temporary breakpoints) currently set individually by specifying a set position
(function name, line number, or address).
clear [ Breakpoint ]
Breakpoint: Breakpoint
Conditions: 0 ≤ address ≤ 0xfffffe
(gdb) info breakpoints
Num Type
1
2
3
4
Let's assume that breakpoints have been set as shown above. Although break numbers 3 and 4 are at different
addresses, the breakpoints are set on one line in terms of the C source. (This applies when breakpoints are set at
addresses displayed in ASSEMBLY mode.)
(gdb) clear main.c:22
Deleted breakpoints 4 3
(gdb) info breakpoints
Num Type
1
2
When you specify a line number, all breakpoints set on the source line are cleared.
(gdb) clear main
Deleted breakpoint 1
(gdb) info breakpoints
Num Type
2
When you specify a function name, the breakpoint set in the first C instruction within the function (expanded to
mnemonic) is cleared. Use this method to delete breakpoints that have been set by "break function name", etc.
(gdb) clear
Deleted breakpoint 2
(gdb) info breakpoints
No breakpoints or watchpoints.
When parameters are omitted, all breakpoints set in the source that includes the address displayed on the
current PC (main.c in this example) are deleted. If no breakpoints are set in the source, the "No source file
specified." message appears, with no breakpoints being deleted.
breakpoint
breakpoint
breakpoint
breakpoint
breakpoint
breakpoint
breakpoint
(clear break by break position)
Can be specified by one of the following:
• Function name
• Source file name:line number or line number only
• *Address (decimal, hexadecimal, or symbol)
When this entry is omitted, all breakpoints set in the source that includes the current PC address
are deleted.
Disp Enb Address
keep y
keep y
keep y
keep y
Disp Enb Address
keep y
keep y
Disp Enb Address
keep y
(displays a breakpoint list.)
0x00c0001e in main at main.c:10
0x00c00038 in sub at main.c:20
0x00c0003c in sub at main.c:22
0x00c00042 in sub at main.c:22
0x00c0001e in main at main.c:10
0x00c00038 in sub at main.c:20
0x00c00038 in sub at main.c:20
EPSON
What
What
What
[ICD Mini / SIM]
10 DEBUGGER
10-99

Related parts for s5u1c17001c