?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. <html>
  2.   <head>
  3.     <meta content="text/html; charset=ISO-8859-2" http-equiv="content-type">
  4.   </head>
  5.   <body><a name="bl">
  6.       <h3>bl</h3>
  7.     </a>
  8.     List breakpoints. This command prints out information about every
  9.     fetch and then event breakpoints.
  10.     <pre>&gt; <font color="#118811">bl</font>
  11. F 1(1) 000160 c2 CLR   P1.0
  12. D 2(2) 000180 02 LJMP  022a
  13. F 1(1) 000006 wi
  14. &gt; </pre>
  15.     First character on the list shows permanency of the
  16.     breakpoint. <b>F</b> means fix and <b>D</b> means dynamic. Second item
  17.     on the list is the hit number associated to breakpoint. After that
  18.     between the parentheses there is the actual value of the hit
  19.     counter. If hit counter reaches zero, breakpoint is activated and hit
  20.     counter is preset with value of hit number. Next item is the
  21.     address. Next items are different for fetch and event breakpoints.
  22.     <p>Fetch breakpoints list hexadecimal code of instruction at
  23.       breakpoint's address and then disassembled instruction.
  24.    </p>
  25.    <p>Event breakpoints list identification of the event's type.
  26.     </p>
  27.   </body>
  28. </html>
  29.