.gdbinit
来自「嵌入式系统设计与实验教材二源码linux内核移植与编译」· 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 + -
显示快捷键?