⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c_db

📁 MIPS处理器的bootloader,龙芯就是用的修改过的PMON2
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -