gpt4 book ai didi

linux - 从 shell 脚本启动 GDB

转载 作者:太空狗 更新时间:2023-10-29 11:38:44 28 4
gpt4 key购买 nike

要开始调试,我需要执行以下步骤:

screen -S gdb_program gdb/path/to/program

handle SIGPIPE nostop noprint pass - 是 gdb 命令

c - 是 gdb 命令

如何编写我可以运行的单个 shell 脚本:

./gdb.sh

最佳答案

使用 Here Document :

#!/bin/bash
screen -S gdb_program gdb /path/to/program <<EOF
handle SIGPIPE nostop noprint pass
EOF

关于linux - 从 shell 脚本启动 GDB,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13785244/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com