【gdb】为exec调用设置catchpoint

为exec调用设置catchpoint 1. 例子: #include <unistd.h> int main(void) { execl("/bin/ls", "ls", NULL); return 0; } 使用gdb调试程序时,可以用catch exec命令为exec系列系统调用设置catch
posted @ 2023-10-16 19:11  苏格拉底的落泪  阅读(40)  评论(0编辑  收藏  举报