B
Description Software breakpoint and hardware breakpoint setting status Displays a list.
Description Set a software breakpoint at address expr1. expr2 is a pasca Set the count. If it is 0, it will always break. Pass count other than 0 If specified, a break always occurs when the break count exceeds the pass count. It will be so. expr2 can be set to a value between 0 and 65535, and is 0 when omitted. Of the software breakpoints currently canceled with the B command, It is set to the one with the lowest number.
Description Same as the B command, except that the software breakpoint number to be set is expr1 Specify. The breakpoint that was set to expr1 until then Will be canceled. expr2 is the address and expr3 is the pass count.
Description The expr-th software breakpoint is cleared. If the character '*' is specified for expr, all software breaks are cancelled.
Description Enables the expr-th software breakpoint that has been cleared with BC. If the character '*' is specified for expr, all software breaks are enabled. Use this command for software breaks that have never been set since startup. If it is executed, it may be set to a meaningless address Please note that.