I have an executable that's going to start many processes. How do I attach to a particular one and debug in GDB?

前端 未结 0 759
一个人的身影
一个人的身影 2021-01-06 03:49

How to attach to a child process in GDB and break at main()?

I want to debug the main() function in a child process of a multi-process application on a remote (embe

相关标签:
回答
  • 消灭零回复
提交回复
热议问题