Imported Upstream version 2.9.0
[debian/cc1111] / sim / ucsim / doc / obsolete.html
1 <a name="bl"><h3>bl</h3></a>
2
3 List breakpoints. This command prints out information about every
4 fetch and then event breakpoints.
5
6 <pre>
7 > <font color="#118811">bl</font>
8 F 1(1) 000160 c2 CLR   P1.0
9 D 2(2) 000180 02 LJMP  022a
10 F 1(1) 000006 wi
11 > </pre>
12
13 First character on the list shows permanency of the
14 breakpoint. <b>F</b> means fix and <b>D</b> means dynamic. Second item
15 on the list is the hit number associated to breakpoint. After that
16 between the parentheses there is the actual value of the hit
17 counter. If hit counter reaches zero, breakpoint is activated and hit
18 counter is preset with value of hit number. Next item is the
19 address. Next items are different for fetch and event breakpoints.
20
21 <p>Fetch breakpoints list hexadecimal code of instruction at
22 breakpoint's address and then dissassembled instruction.
23
24 <p>Event breakpoints list identification of the event's type.
25