294 Star 1.8K Fork 235

GVP泰晓科技/Linux Lab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
boards
doc
examples
feature
hostshare
modules
patch
prebuilt
system
tftpboot
tools
.gdbinit
.gitignore
.gitmodules
COPYING
Makefile
README.md
README_zh.md
TODO.md
VERSION
克隆/下载
.gdbinit 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wu Zhangjin 提交于 6年前 . .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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/tinylab/linux-lab.git
git@gitee.com:tinylab/linux-lab.git
tinylab
linux-lab
Linux Lab
v0.3-rc3

搜索帮助