c_db.htm

来自「mips架构的bootloader,99左右的版本 但源代码现在没人更新了」· HTM 代码 · 共 60 行

HTM
60
字号
<title>The db Command</title><h1>db</h1><!--INDEX "db command" "delete breakpoints" -->The db command deletes the specified breakpoints.<p></dl><h2>Format</h2><dl><dd>The format for the db command is:<p><pre>db [<var>numb</var>|*]</pre>where:<p><table><tr><td><var>numb</var>	</td><td>is the breakpoint number to be deleted.</td></tr><tr><td>*	</td><td>deletes all breakpoints.</td></tr></table><p>Entering db without any parameters lists all existing breakpoints. Entering an asterisk ("*") instead of a breakpoint number deletes all the existing breakpoints.<p></dl><h2>Functional Description</h2><dl><dd>The db command deletes one or more specified breakpoints.<p>Examples illustrating the use of the db command follow.<p><table><tr><td width=300><tt>PMON> db 3 		</td><td>Delete breakpoint 3.</td></tr><tr><td><tt>PMON> db 4 6		</td><td>Delete breakpoints 4 and 6.</td></tr><tr><td><tt>PMON> db *		</td><td>Delete all breakpoints.</td></tr><tr><td><tt>PMON> db		<br>Bpt 0 = a002000c</td><td>Display all breakpoints. </td></tr></table><p></dl><h2>See Also </h2><dl><dd><a href="c_d.htm">d</a>,<a href="c_when.htm">when</a>, and <a href="c_load.htm">load</a> commands.</dl><p><hr><b>Navigation:</b> <a href="index.htm">Document Home</a> | <a href="doctoc.htm">Document Contents</a> | <a href="docindex.htm">Document Index</a> <p>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?