1 Star 0 Fork 235

wujiahua/Linux Lab

forked from 泰晓科技/Linux Lab 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gdbinit 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wu Zhangjin 提交于 2019-06-28 00:23 . .gdbinit: fix up prompt
shell echo -e "\nWaiting for 1 secs..."
shell sleep 1
shell echo -e "\nExecuting 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_kernel"
break start_kernel
shell sleep 1
shell echo -e "\n(gdb) break time_init"
break time_init
shell sleep 1
shell echo -e "\n(gdb) break do_fork"
break do_fork
break _do_fork
shell sleep 1
shell echo -e "\n(gdb) c"
c
shell sleep 1
shell echo -e "\n(gdb) c"
c
shell sleep 1
shell echo -e "\ngdb bt"
bt
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/varlardohaeris/linux-lab.git
git@gitee.com:varlardohaeris/linux-lab.git
varlardohaeris
linux-lab
Linux Lab
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385