GDB 调试 遇到多进程,断点跟不下去 报错。。
[Attaching after process 26084 vfork to child process 26088]
[New inferior 2 (process 26088)]
[Detaching vfork parent process 26084 after child exec]
[Inferior 1 (process 26084) detached]
process 26088 is executing new program: /usr/bin/dash
Error in re-setting breakpoint 1: Function "main" not defined.
What's your name? [Inferior 2 (process 26088) exited normally]
查找相关资料
https://www.e-learn.cn/content/html/833024
这是gDB 多进程调试问题。
需要根据情况设置
follow-fork-mode
detach-on-fork mode
本文探讨了在使用GDB进行多进程调试时遇到的问题,特别是断点设置和跟踪方面的挑战。通过调整follow-fork-mode和detach-on-forkmode设置,可以有效解决多进程环境下调试的复杂性。

1万+

被折叠的 条评论
为什么被折叠?



