标签: c linux debugging linux-kernel kernel-module
假设我有一个Linux内核模块,我想调试它的init()函数。
以下代码是否有效?
void init(...) { __asm__("int 3"); ... }