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.
我不知道怎么写。为了测试我的网卡驱动程序中的 ioctl,我必须编写一个包装函数。但我无法理解 valgrind 手册中所说的。我想知道 PRE(ioctl) 和 POST(ioctl) 函数应该添加我的源代码还是添加到 valgrind 源代码?
我添加到我的驱动程序源代码,但我无法使用 gcc 编译,我应该#include 哪个 .h 文件。
帮助!!!
我已经解决了这个问题。我应该将 PRE 和 POST 代码添加到 valgrind 源代码中。