Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试调试远程主机上的分叉进程,但每次子退出时都会让 gdbserver 进程在我身上结束。
试图在 .gdbinit 中设置“set follow-fork-mode child”,但没有帮助。
这个有什么好的解决方案吗?
谢谢。
分叉过程是否分叉不止一次?如果没有,您可以使用 --attach 选项附加到孩子。