Info Breakpoints (Display Breakpoint List)[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

info breakpoints
Operation
Displays a list of breakpoints currently set.
Format
info breakpoints
Display
The breakpoint list is displayed as shown below.
(gdb) info breakpoints
Num Type
1
breakpoint
breakpoint already hit 1 time
ignore next 10 hits
2
hw breakpoint
Num:
Indicates a break number.
Type:
Indicates the type of breakpoint.
breakpoint
hw breakpoint Hardware PC breakpoint
Disp:
Indicates breakpoint status after a break hit.
The breakpoint will not be deleted.
keep
The breakpoint will be deleted. This means that the breakpoint is a temporary break.
del
Enb:
Indicates whether the breakpoint is effective or ineffective.
Effective
y
Ineffective
n
Address: Indicates the address at which a breakpoint is set (in hexadecimal).
What:
Indicates the location where a breakpoint is set. This information is displayed in "in function name
at source file name:line number" format.
Moreover, the number of times a breakpoint has thus been hit is displayed in "breakpoint already hit N times"
format; the set content of the ignore command is displayed in "ignore next N hits" format.
When breakpoints are not set at any location, the list is displayed as shown below.
(gdb) info breakpoints
No breakpoints or watchpoints.
GUI
A list of software PC breakpoints (including temporary breaks) is displayed in the [Breakpoints] window. For
details, see Section 10.4.6, "[Breakpoints] Window".
S5U1C17001C ManUal
(C COMPilEr PaCkagE fOr S1C17 faMily) (Ver. 1.5.0)
(display breakpoint list)
Disp Enb Address
What
keep y
0x00c00026 in main at main.c:11
del
n
0x00c00038 in sub at main.c:20
Software PC breakpoint
EPSOn
10 DEBUggEr
[ICD Mini / SIM]
10
Debugger
10-107

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the S5U1C17001C and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents