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

📄 testcmds

📁 这个是LINUX下的GDB调度工具的源码
💻
字号:
# This is a (bogus) sample user command built to test the printing# of commands.define testset $a = 1set $b = 2if ($a > $b) set $a = 1 set $b = 2 while ($a > $b)  set $a = 1  set $b = 2 endelse set $a = 1 set $b = 2endwhile ($a < $b) set $a = $a + 1 set $c = $a if ($a = $b)  set $c = 5 end set $a = 1 set $b = 2end

⌨️ 快捷键说明

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