c_db

来自「MIPS处理器的bootloader,龙芯就是用的修改过的PMON2」· 代码 · 共 46 行

TXT
46
字号
The db CommanddbThe db command deletes the specified breakpoints.FormatThe format for the db command is:db [numb|*]where:numb	is the breakpoint number to be deleted.*	deletes all breakpoints.Entering db without any parameters lists all existing breakpoints. Entering an asterisk ("*") instead of a breakpoint number deletes all the existing breakpoints.Functional DescriptionThe db command deletes one or more specified breakpoints.Examples illustrating the use of the db command follow.PMON db 3 		Delete breakpoint 3.PMON db 4 6		Delete breakpoints 4 and 6.PMON db *		Delete all breakpoints.PMON db		Bpt 0 = a002000cDisplay all breakpoints. See Also d,when, and load commands.

⌨️ 快捷键说明

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