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.
我想在此之后使用 gdb 调试子进程:
execl("./child","./child",NULL);
所以我附加了它的pid,但是如何在子进程中放置一个断点以从特定位置开始。