.gdbinit

来自「Linux内核源代码 为压缩文件 是<<Linux内核>&gt」· GDBINIT 代码 · 共 8 行

GDBINIT
8
字号
echo Setting up the environment for debugging vmlinux...\necho set remotedebug 0 \nset remotedebug 0echo cd arch/mips/kernel \ncd arch/mips/kernelecho target remote /dev/ttyS0 \ntarget remote /dev/ttyS0

⌨️ 快捷键说明

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