gdb使用 发表于 2017-09-27 | 分类于 linux | attach进程生成core 1234gdb(gdb) attach pid(gdb) gcore(gdb) detach gdb打印堆栈 1234gdb -ex "set pagination 0" \ -ex "thread apply all bt" \ -batch \ -p pid > outfile 本文标题:gdb使用 文章作者:Louis 发布时间:2017年09月27日 - 20:09 最后更新:2017年09月27日 - 21:09 原始链接:/2017/09/27/gdb/ 许可协议: Louis-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。