1 Star 0 Fork 3

子安/linux-0.11-lab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.kernel_gdbinit 499 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wu Zhangjin 提交于 2019-06-28 00:26 . gdbinit: fix up prompt
shell echo -e "\nWaiting for 2 secs..."
shell sleep 2
shell echo -e "Executing gdb commands in local .gdbinit ..."
shell echo -e "\n(gdb) target remote :1234"
target remote :1234
shell sleep 1
shell echo -e "\n(gdb) break start"
b startup_32
shell sleep 1
shell echo -e "\n(gdb) continue"
c
shell sleep 1
shell echo -e "\n(gdb) break main"
b main
shell sleep 1
shell echo -e "\n(gdb) continue"
c
shell sleep 1
shell echo -e "\n(gdb) backtrace"
bt
shell sleep 1
shell echo -e "\n(gdb) list"
l
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/andrewgithub/linux-0.11-lab.git
git@gitee.com:andrewgithub/linux-0.11-lab.git
andrewgithub
linux-0.11-lab
linux-0.11-lab
master

搜索帮助