1 Star 0 Fork 16

xfwangqiang/Linux X86 Assembly Lab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gdbinit 526 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wu Zhangjin 提交于 2019-08-04 22:27 . .gdbinit: add more entries
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"
shell echo -e "\n(gdb) break _start"
b start
b _start
shell sleep 1
shell echo -e "\n(gdb) break main"
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 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/xfwangqiang/cs630-qemu-lab.git
git@gitee.com:xfwangqiang/cs630-qemu-lab.git
xfwangqiang
cs630-qemu-lab
Linux X86 Assembly Lab
master

搜索帮助